Skip to content

Commit

Permalink
Add kernel img generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobu5 committed Nov 8, 2019
1 parent 8dc4cb7 commit 4ec74f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrootinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ec74f1

Please sign in to comment.