first steps
This commit is contained in:
@@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
source .env
|
source .env
|
||||||
|
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
|
echo -n "$_LUKS_PASS" | ccryptsetup open /dev/${_SYS_DEV}3 --header /dev/$_HEADER_DEV --key-file - cryptroot
|
||||||
|
|
||||||
mount -o defaults,noatime,compress=zstd,ssd,space_cache=v2,autodefrag,subvol=@ /dev/mapper/cryptroot /mnt
|
mount -o defaults,noatime,compress=zstd,ssd,space_cache=v2,autodefrag,subvol=@ /dev/mapper/cryptroot /mnt
|
||||||
mount -o defaults,noatime,compress=zstd,ssd,space_cache=v2,autodefrag,subvol=@home /dev/mapper/cryptroot /mnt/home
|
mount -o defaults,noatime,compress=zstd,ssd,space_cache=v2,autodefrag,subvol=@home /dev/mapper/cryptroot /mnt/home
|
||||||
mount -o defaults,noatime,compress=zstd,space_cache=v2,subvol=@snapshots /dev/mapper/cryptroot /mnt/snapshots
|
mount -o defaults,noatime,compress=zstd,space_cache=v2,subvol=@snapshots /dev/mapper/cryptroot /mnt/snapshots
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
pacman -Sy git --noconfirm
|
pacman-key --init && pacman-key --populate archlinux && pacman -Sy git --noconfirm && git clone https://git.xkrs.ru/astraleuro/arch-install.git && cd arch-install
|
||||||
git clone https://git.xkrs.ru/astraleuro/arch-install.git
|
|
||||||
cd arch-install
|
./1.disks.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user