From 666783adb9ee3bbe8cba1aff0adba87529bb189b Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Tue, 24 Oct 2023 17:44:00 +0000 Subject: [PATCH] Update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5f891ee..74e5c95 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ You will most likely wish to add the following to the overlay; Here is a reference fstab file, take note of the `subvol` mount option; ```shell -UUID=f8b62c6c-fba0-41e5-b12c-42aa1cdaa452 / btrfs rw,relatime,ssd,discard=async,space_cache=v2,subvolid=5,subvol=/,compress=zstd 0 0 UUID=f8b62c6c-fba0-41e5-b12c-42aa1cdaa452 /home btrfs rw,relatime,ssd,discard=async,space_cache=v2,subvol=arkdep/shared/home,compress=zstd 0 0 UUID=f8b62c6c-fba0-41e5-b12c-42aa1cdaa452 /var btrfs rw,relatime,ssd,discard=async,space_cache=v2,subvol=arkdep/shared/var,compress=zstd 0 0 UUID=f8b62c6c-fba0-41e5-b12c-42aa1cdaa452 /arkdep btrfs rw,relatime,ssd,discard=async,space_cache=v2,subvol=arkdep,compress=zstd 0 0