mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-12-22 07:01:33 -05:00
root subvol must be created by Blivet
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
553adea61e
commit
9827b4cfcf
@ -177,8 +177,6 @@ cryptsetup luksFormat /dev/nvme0n1p2
|
|||||||
YES
|
YES
|
||||||
cryptsetup open /dev/nvme0n1p2 cryptroot
|
cryptsetup open /dev/nvme0n1p2 cryptroot
|
||||||
mkfs.btrfs --csum blake2b -L qubes_dom0 /dev/mapper/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
|
cryptsetup close /dev/mapper/cryptroot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user