From af06594e86e258bb8422481411e6029ed63b93d8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 24 Dec 2024 01:19:14 -0700 Subject: [PATCH] Docs clean up --- Thinkpad P53.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Thinkpad P53.md b/Thinkpad P53.md index b2a7cda..bbbdc45 100644 --- a/Thinkpad P53.md +++ b/Thinkpad P53.md @@ -164,22 +164,8 @@ Do `ls /dev/disk/by-id` to check the serial numbers and find the correct drive. ```bash sudo fdisk /dev/nvme0n1 -d [Delete all the partition] -n -p -[Enter] -[Enter] -+1G -[If asked to remove signature, Y] -n -p -[Enter] -[Enter] -[Enter] -[If asked to remove signature, Y] -w +[Make 2 partitions. The first one with 1G and the second one with the remaining space.] sudo cryptsetup luksFormat /dev/nvme0n1p2 -YES sudo cryptsetup open /dev/nvme0n1p2 cryptroot sudo mkfs.btrfs --csum blake2b -L qubes_dom0 /dev/mapper/cryptroot ```