Skip to content

Commit 3149a82

Browse files
committed
Remove unneeded chmod
1 parent b6ce255 commit 3149a82

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

archinstall/lib/installer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,6 @@ def minimal_installation(
957957
self.set_locale(locale_config)
958958
self.set_keyboard_language(locale_config.kb_layout)
959959

960-
# TODO: Use python functions for this
961-
self.arch_chroot('chmod 700 /root')
962-
963960
if mkinitcpio and not self.mkinitcpio(['-P']):
964961
error('Error generating initramfs (continuing anyway)')
965962

0 commit comments

Comments
 (0)