Network selector tool.

This commit is contained in:
Tommaso Chiti 2021-05-09 09:44:20 +02:00 committed by GitHub
parent 02694bae7d
commit e91c4a7749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ kernel_selector
# Pacstrap (setting up a base sytem onto the new root).
echo "Installing the base system (it may take a while)."
pacstrap /mnt base $kernel $microcode linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo networkmanager
pacstrap /mnt base $kernel $microcode linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo
# Generating /etc/fstab.
echo "Generating a new fstab."