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