From ac4d9f7d51140c17bb74ea4412dcfe903954f87d Mon Sep 17 00:00:00 2001 From: Jakob Hagl Date: Fri, 8 Nov 2019 13:54:11 +0100 Subject: [PATCH] Add base-devel, dhcpcd --- archinstall.sh | 2 +- chrootinstall.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/archinstall.sh b/archinstall.sh index 0548a44..d82fdf8 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -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 diff --git a/chrootinstall.sh b/chrootinstall.sh index 55a2a67..88293b6 100644 --- a/chrootinstall.sh +++ b/chrootinstall.sh @@ -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