following instructions maybe?

main
The_miro 2025-05-25 20:38:59 +02:00
parent 92e5d0a1d1
commit ff213b6057
1 changed files with 2 additions and 3 deletions

View File

@ -119,15 +119,14 @@ mount "$blockdev"p3 /mnt/
btrfs subvolume create /mnt/@
btrfs subvolume create /mnt/@home
mkdir /mnt/@/boot
mount "$blockdev"p1 /mnt/@/boot
mkdir /mnt/@/efi
umount /mnt
mount -o compress=zstd,subvol=@ "$blockdev"p3 /mnt
mkdir -p /mnt/home
mount -o compress=zstd,subvol=@home "$blockdev"p3 /mnt/home
mount "$blockdev"p1 /mnt/@/boot
mount "$blockdev"p1 /mnt/efi