Debug: temporary output activation

This commit is contained in:
Anton Hvornum 2018-05-30 17:47:33 +02:00 committed by GitHub
parent 022b375185
commit 3f827eb56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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')