From a11610987ecc944db4823c2f5bcccaefa1bd1e6e Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 23 Dec 2024 20:38:44 -0700 Subject: [PATCH] Update /etc/fstab --- Thinkpad P53.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Thinkpad P53.md b/Thinkpad P53.md index 0102365..a4d0767 100644 --- a/Thinkpad P53.md +++ b/Thinkpad P53.md @@ -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 +``` \ No newline at end of file