mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-12 03:05:15 -04:00
Add more highlighting
This commit is contained in:
parent
1266b80fcd
commit
0896b43823
1 changed files with 3 additions and 3 deletions
|
@ -184,9 +184,9 @@ Use Control + Alt + F6 to get back to Anaconda.
|
|||
|
||||
Install destination -> Choose the drive -> Advanced Custom (Blivet-GUI) -> Hit refresh at the bottom right -> Rescan Disks -> Done
|
||||
|
||||
Format the first partition as ext4, mountpoint /boot <br />
|
||||
Format the first partition as ext4, mountpoint `/boot` <br />
|
||||
Unlock the second partition <br />
|
||||
Btrfs subvolumes -> create new -> name root, mountpoint /
|
||||
Btrfs subvolumes -> create new -> name root, mountpoint `/`
|
||||
|
||||
Finish the rest of the installation as normal.
|
||||
|
||||
|
@ -194,7 +194,7 @@ Finish the rest of the installation as normal.
|
|||
|
||||
### BTRFS optimizations
|
||||
|
||||
Edit /etc/fstab and add the following options for the / mountpoint:
|
||||
Edit `/etc/fstab` and add the following options for the `/` mountpoint:
|
||||
|
||||
```
|
||||
ssd,noatime,compress=zstd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue