Autosetup: so i was missing efibootmgr

main
The_miro 2025-11-29 04:29:17 +01:00
parent 30eb05feab
commit 83bd6e3df2
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ echo
read -rp "Enable FIDO2 authentication for user login? (YES/NO): " FIDO_USER read -rp "Enable FIDO2 authentication for user login? (YES/NO): " FIDO_USER
# Install base system # Install base system
pacstrap /mnt base "$KERNEL" linux-firmware vim bash zsh git less btop fastfetch networkmanager grub cryptsetup libfido2 pam-u2f $GPU_PKGS pacstrap /mnt base "$KERNEL" linux-firmware vim bash zsh git less btop fastfetch networkmanager grub cryptsetup libfido2 pam-u2f efibootmgr $GPU_PKGS
# Generate fstab # Generate fstab
genfstab -U /mnt >> /mnt/etc/fstab genfstab -U /mnt >> /mnt/etc/fstab