diff --git a/prep-BTRFS-UEFI-Encrypted.sh b/prep-BTRFS-UEFI-Encrypted.sh index d20a1ee..7a8b882 100644 --- a/prep-BTRFS-UEFI-Encrypted.sh +++ b/prep-BTRFS-UEFI-Encrypted.sh @@ -36,4 +36,9 @@ mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@cache /dev/m mount /dev/vda1 /mnt/boot -pacstrap /mnt base linux linux-lts linux-zen linux-firmware amd-ucode vim git btrfs-progs \ No newline at end of file +pacstrap /mnt base linux linux-lts linux-zen linux-firmware amd-ucode vim git btrfs-progs + +genfstab -U /mnt >> /mnt/etc/fstab + +ln -sf /run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf +arch-chroot /mnt \ No newline at end of file