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

Update /etc/fstab

This commit is contained in:
Tommy 2024-12-23 20:38:44 -07:00 committed by GitHub
parent 28dc7e364c
commit a11610987e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -265,8 +265,7 @@ sudo btrfs subvolume create /var/lib/qubes2/data
sudo umount /var/lib/qubes2/
```
Add the following to /etc/fstab:
Add the following to `/etc/fstab`:
```
UUID=PUT_THE_CORRESPONDING_UUID_HERE /var/lib/qubes2
UUID=PUT_THE_CORRESPONDING_UUID_HERE /var/lib/qubes2 btrfs subvol=data,x-systemd.requires=cryptsetup.target,discard,ssd,noatime,compress=zstd 0 0
```