From 3f827eb56fbc36b0b11f583486b52468df7a8651 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 30 May 2018 17:47:33 +0200 Subject: Debug: temporary output activation --- archinstall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archinstall.py b/archinstall.py index 66d0f6c3..6ab216ae 100644 --- a/archinstall.py +++ b/archinstall.py @@ -365,6 +365,7 @@ if __name__ == '__main__': mkinit.write('HOOKS=(base udev autodetect modconf block encrypt filesystems keyboard fsck)\n') o = run('arch-chroot /mnt mkinitcpio -p linux') o = run('arch-chroot /mnt bootctl --path=/boot install') + print('bootctl:', o) with open('/mnt/boot/loader/loader.conf', 'w') as loader: loader.write('default arch\n') -- cgit v1.2.3-70-g09d2