From e440b2892139d78b24ac84179b65424768d1ae2c Mon Sep 17 00:00:00 2001 From: eichehome Date: Wed, 1 Mar 2023 16:22:19 +0100 Subject: [PATCH] Encrypted setupscript vollendet --- prep-BTRFS-UEFI-Encrypted.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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