Remove unneeded chmod (#4262)

This commit is contained in:
codefiles 2026-02-26 20:13:59 -05:00 committed by GitHub
parent b6ce255b36
commit 3cd85c023e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -957,9 +957,6 @@ class Installer:
self.set_locale(locale_config)
self.set_keyboard_language(locale_config.kb_layout)
# TODO: Use python functions for this
self.arch_chroot('chmod 700 /root')
if mkinitcpio and not self.mkinitcpio(['-P']):
error('Error generating initramfs (continuing anyway)')