Let arch-reboot run after network is online

This commit is contained in:
TuDatTr
2020-05-24 08:37:02 +02:00
parent 7954301e17
commit 7d39c99ff6
3 changed files with 5 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ mount $cryptroot /mnt
mkdir /mnt/boot
mount $bootpart /mnt/boot
pacstrap /mnt base base-devel linux linux-firmware networkmanager
pacstrap /mnt base base-devel linux linux-firmware networkmanager dhcpcd
genfstab -U /mnt >| /mnt/etc/fstab