Add missing packages to pacstrap

This commit is contained in:
Phillip 2024-09-08 00:41:54 +01:00
parent 8d21801c7c
commit b594e2ce0f

View File

@ -65,7 +65,7 @@ if [[ "$password" == "$password2" ]]; then
echo "Credentials saved" echo "Credentials saved"
fi fi
# Run pacstrap and install base packages # Run pacstrap and install base packages
pacstrap -i /mnt base base-devel linux linux-firmware rsync networkmanager grub efibootmgr dosfstools os-prober nano dkms dbus-broker-units mkinitcpio iptables-nft --noconfirm --needed pacstrap -i /mnt base base-devel linux linux-firmware linux-headers git openssh rsync networkmanager grub efibootmgr dosfstools os-prober nano dkms dbus-broker-units mkinitcpio iptables-nft --noconfirm --needed
# Create the /boot/efi directory, then mount the EFI partition (and the home partition if selected) # Create the /boot/efi directory, then mount the EFI partition (and the home partition if selected)
mkdir /mnt/boot/efi mkdir /mnt/boot/efi
mount /dev/$efipar /mnt/boot/efi mount /dev/$efipar /mnt/boot/efi