mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-12 11:12:14 -04:00
root subvol must be created by Blivet
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
553adea61e
commit
9827b4cfcf
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue