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:
parent
df2d8ab447
commit
af06594e86
@ -164,22 +164,8 @@ Do `ls /dev/disk/by-id` to check the serial numbers and find the correct drive.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo fdisk /dev/nvme0n1
|
sudo fdisk /dev/nvme0n1
|
||||||
d [Delete all the partition]
|
[Make 2 partitions. The first one with 1G and the second one with the remaining space.]
|
||||||
n
|
|
||||||
p
|
|
||||||
[Enter]
|
|
||||||
[Enter]
|
|
||||||
+1G
|
|
||||||
[If asked to remove signature, Y]
|
|
||||||
n
|
|
||||||
p
|
|
||||||
[Enter]
|
|
||||||
[Enter]
|
|
||||||
[Enter]
|
|
||||||
[If asked to remove signature, Y]
|
|
||||||
w
|
|
||||||
sudo cryptsetup luksFormat /dev/nvme0n1p2
|
sudo cryptsetup luksFormat /dev/nvme0n1p2
|
||||||
YES
|
|
||||||
sudo cryptsetup open /dev/nvme0n1p2 cryptroot
|
sudo cryptsetup open /dev/nvme0n1p2 cryptroot
|
||||||
sudo mkfs.btrfs --csum blake2b -L qubes_dom0 /dev/mapper/cryptroot
|
sudo mkfs.btrfs --csum blake2b -L qubes_dom0 /dev/mapper/cryptroot
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user