Skip to content

Commit

Permalink
Add base-devel, dhcpcd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobu5 committed Nov 8, 2019
1 parent 4ec74f1 commit ac4d9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mount ${ROOTPART} /mnt
# https://wiki.archlinux.org/index.php/Mirrors#Sorting_mirrors

### INSTALLING BASE SYSTEM ###
pacstrap /mnt base
pacstrap /mnt base base-devel

#generate fstab
genfstab -U /mnt >> /mnt/etc/fstab
Expand Down
3 changes: 1 addition & 2 deletions chrootinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ useradd -m -G wheel jakobu5
echo 'jakobu5:1234' | chpasswd

#installing Linux (was not installed)
pacman -S noconfirm linux mkinitcpio
mkinitcpio -p linux
pacman -S noconfirm linux mkinitcpio dhcpcd

#installing UEFI bootloader
pacman -S --noconfirm grub efibootmgr dosfstools os-prober mtools
Expand Down

0 comments on commit ac4d9f7

Please sign in to comment.