Added dhcpcd
This commit is contained in:
@@ -109,11 +109,10 @@ mount $cryptroot /mnt
|
||||
mkdir /mnt/boot
|
||||
mount $bootpart /mnt/boot
|
||||
|
||||
pacstrap /mnt base base-devel linux linux-firmware
|
||||
pacstrap /mnt base base-devel linux linux-firmware dhcpcd
|
||||
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
|
||||
|
||||
cp $CWD/etc/systemd/system/march.service /mnt/etc/systemd/system/march.service
|
||||
cp $CWD/root/march-chroot.sh /mnt/root/march-chroot.sh
|
||||
cp $CWD/root/march-reboot.sh /mnt/root/march-reboot.sh
|
||||
|
||||
Reference in New Issue
Block a user