summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-07-07 09:01:38 +0200
committerSam James <sam@gentoo.org>2023-07-08 05:02:56 +0100
commit4040300c749f6cab84bdfa9c12ec72b113568865 (patch)
tree2da26055b2456a152f760cdb88f5128a2b2f5f12
parentshare/fstab: make comment regarding pass number a NOTE (diff)
downloadbaselayout-4040300c749f6cab84bdfa9c12ec72b113568865.tar.gz
baselayout-4040300c749f6cab84bdfa9c12ec72b113568865.tar.bz2
baselayout-4040300c749f6cab84bdfa9c12ec72b113568865.zip
share/fstab: make example root filesystem entry use xfs
The new default of the handbook is xfs, so follow that in baselayout's fstab. Suggested-by: Sam James <sam@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org> Closes: https://github.com/gentoo/baselayout/pull/4 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--share/fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/fstab b/share/fstab
index 10b8d757..3db8396a 100644
--- a/share/fstab
+++ b/share/fstab
@@ -17,6 +17,6 @@
# <fs> <mountpoint> <type> <opts> <dump> <pass>
#LABEL=boot /boot ext4 defaults 1 2
-#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 defaults 0 1
+#UUID=58e72203-57d1-4497-81ad-97655bd56494 / xfs defaults 0 1
#LABEL=swap none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0