1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-01-08 15:11:59 -05:00

Docs clean up

This commit is contained in:
Tommy 2024-12-24 01:19:14 -07:00 committed by GitHub
parent df2d8ab447
commit af06594e86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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