Added dhcpcd

This commit is contained in:
TuDatTr
2020-05-24 05:43:40 +02:00
parent 6bf1035784
commit fe3e3eb5ee
3 changed files with 4 additions and 4 deletions

View File

@@ -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