diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index cbfc2f1a..3a512d42 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -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)')