Encrypted setupscript vollendet
This commit is contained in:
parent
9fab9693b0
commit
e440b28921
1 changed files with 6 additions and 1 deletions
|
@ -36,4 +36,9 @@ mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@cache /dev/m
|
||||||
|
|
||||||
mount /dev/vda1 /mnt/boot
|
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
|
Loading…
Reference in a new issue