commit:     4040300c749f6cab84bdfa9c12ec72b113568865
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 07:01:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 04:02:56 2023 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=4040300c

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 <AT> gentoo.org>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Closes: https://github.com/gentoo/baselayout/pull/4
Signed-off-by: Sam James <sam <AT> gentoo.org>

 share/fstab | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to