1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-12-21 22:51:33 -05:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
```