From 9827b4cfcfe8c64a646df17b3e03dd7d0712bcfd Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 19 Dec 2024 05:59:11 -0700 Subject: [PATCH] root subvol must be created by Blivet Signed-off-by: Tommy --- Thinkpad P53.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Thinkpad P53.md b/Thinkpad P53.md index 64cb664..5034db4 100644 --- a/Thinkpad P53.md +++ b/Thinkpad P53.md @@ -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 ```