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

Add storage pool note

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

View File

@ -268,4 +268,8 @@ sudo umount /var/lib/qubes2/
Add the following to `/etc/fstab`:
```
UUID=PUT_THE_CORRESPONDING_UUID_HERE /var/lib/qubes2 btrfs subvol=data,x-systemd.requires=cryptsetup.target,discard,ssd,noatime,compress=zstd 0 0
```
```bash
sudo qvm-pool add varlibqubes2 file-reflink -o dir_path=/var/lib/qubes2
```