Files
ykfde/scripts/arch/05-install.sh

16 lines
429 B
Bash
Executable File

#!/usr/bin/env bash
set -e
SCRIPT_NAME=`basename "$0"`
echo "=========== ${SCRIPT_NAME} ==========="
pacstrap /mnt base linux linux-firmware intel-ucode yubikey-manager yubikey-personalization pcsc-tools libfido2 acpid dbus grub-efi-x86_64 efibootmgr lvm2 git htop duf
genfstab -U -p /mnt >> /mnt/etc/fstab
cat /mnt/etc/fstab
echo ""
echo "====================="
echo "Proceed with chapter 05: YubiKey Full Disk Encryption"