From 3cd85c023e2ace2fd19cbb887d59172ba4cd7fa3 Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:13:59 -0500 Subject: [PATCH] Remove unneeded chmod (#4262) --- archinstall/lib/installer.py | 3 --- 1 file changed, 3 deletions(-) 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)')