root subvol must be created by Blivet

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy
2024-12-19 05:59:11 -07:00
committed by GitHub
parent 553adea61e
commit 9827b4cfcf

View File

@@ -177,8 +177,6 @@ cryptsetup luksFormat /dev/nvme0n1p2
YES
cryptsetup open /dev/nvme0n1p2 cryptroot
mkfs.btrfs --csum blake2b -L qubes_dom0 /dev/mapper/cryptroot
mount /dev/mapper/cryptroot /mnt
btrfs subvol create /mnt/root
cryptsetup close /dev/mapper/cryptroot
```