Encrypted setupscript vollendet

This commit is contained in:
eichehome 2023-03-01 16:22:19 +01:00
parent 9fab9693b0
commit e440b28921

View file

@ -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
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