1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-12-21 22:51:33 -05:00

Add more highlighting

This commit is contained in:
Tommy 2024-12-19 08:27:17 -07:00 committed by GitHub
parent 1266b80fcd
commit 0896b43823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 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 /> 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. Finish the rest of the installation as normal.
@ -194,7 +194,7 @@ Finish the rest of the installation as normal.
### BTRFS optimizations ### 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 ssd,noatime,compress=zstd