From 4ec74f188589bb2154463c78ae5597a00609b403 Mon Sep 17 00:00:00 2001 From: Jakob Hagl Date: Fri, 8 Nov 2019 11:18:32 +0100 Subject: [PATCH] Add kernel img generation --- chrootinstall.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrootinstall.sh b/chrootinstall.sh index eb615b5..55a2a67 100644 --- a/chrootinstall.sh +++ b/chrootinstall.sh @@ -42,6 +42,10 @@ useradd -m -G wheel jakobu5 # pw change for users echo 'jakobu5:1234' | chpasswd +#installing Linux (was not installed) +pacman -S noconfirm linux mkinitcpio +mkinitcpio -p linux + #installing UEFI bootloader pacman -S --noconfirm grub efibootmgr dosfstools os-prober mtools mkdir /boot/EFI