summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-03-26 09:35:24 +0100
committerGuix Patches Tester <>2020-03-26 08:37:14 +0000
commitdf2212164db3e10d7cbd359c9f2ea1653b4646d1 (patch)
tree62c8b3bc13d62b73d96f330e5cf32e7990c5b854
parent62c27e09f0f9fb96291e5d9f1205f2b61cf3450b (diff)
downloadpatches-series-3295.tar
patches-series-3295.tar.gz
doc: Suggest Btrfs with compression instead of ext4 for root partition.series-3295
* gnu/system/examples/desktop.tmpl: Adjust root file-system to use Btrfs.
-rw-r--r--gnu/system/examples/desktop.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 3931bad60d..e61e8064cd 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -34,7 +34,8 @@
(list (file-system
(device (file-system-label "my-root"))
(mount-point "/")
- (type "ext4")
+ (type "btrfs")
+ (options "subvol=rootfs,compress=zstd")
(dependencies mapped-devices))
(file-system
(device (uuid "1234-ABCD" 'fat))