first steps

This commit is contained in:
2026-08-31 12:37:41 +07:00
parent d21d4ab198
commit 36ac649d9b
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ _LUKS_UUID=$(cryptsetup luksUUID --header /dev/sdb1 /dev/sda3)
_DATA_PARTUUID=$(blkid -s PARTUUID -o value /dev/sda3)
_HEADER_PARTUUID=$(blkid -s PARTUUID -o value /dev/sdb1)
pacstrap -K /mnt base base-devel linux linux-firmware btrfs-progs mdadm nano sof-firmware intel-ucode nvidia-utils iwd dhcpcd vim cryptsetup networkmanager openssh efibootmgr
pacstrap -c -K /mnt base base-devel linux linux-firmware btrfs-progs mdadm nano sof-firmware intel-ucode nvidia-utils iwd dhcpcd vim cryptsetup networkmanager openssh efibootmgr
genfstab -U /mnt >> /mnt/etc/fstab
arch-chroot /mnt /bin/bash <<EOF

View File

@@ -1,3 +1,5 @@
pacman-key --init && pacman-key --populate archlinux && pacman -Sy git --noconfirm && git clone https://git.xkrs.ru/astraleuro/arch-install.git && cd arch-install
mount -t nfs -o nfsvers=4 192.168.15.230:/srv/pacman-cache /var/cache/pacman/pkg
./1.disks.sh