We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ce255 commit 3149a82Copy full SHA for 3149a82
1 file changed
archinstall/lib/installer.py
@@ -957,9 +957,6 @@ def minimal_installation(
957
self.set_locale(locale_config)
958
self.set_keyboard_language(locale_config.kb_layout)
959
960
- # TODO: Use python functions for this
961
- self.arch_chroot('chmod 700 /root')
962
-
963
if mkinitcpio and not self.mkinitcpio(['-P']):
964
error('Error generating initramfs (continuing anyway)')
965
0 commit comments