summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-07-07 09:00:08 +0200
committerSam James <sam@gentoo.org>2023-07-08 05:02:56 +0100
commit94aa297486ca7ace7fa3bcce2889bba6a892424c (patch)
treef46209456ba647f8d50e283af11fee3fb2360510
parentshare/fstab: move fstable header right above example entries (diff)
downloadbaselayout-94aa297486ca7ace7fa3bcce2889bba6a892424c.tar.gz
baselayout-94aa297486ca7ace7fa3bcce2889bba6a892424c.tar.bz2
baselayout-94aa297486ca7ace7fa3bcce2889bba6a892424c.zip
share/fstab: make comment regarding pass number a NOTE
Signed-off-by: Florian Schmaus <flow@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--share/fstab5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/fstab b/share/fstab
index a579fb10..10b8d757 100644
--- a/share/fstab
+++ b/share/fstab
@@ -1,10 +1,11 @@
# /etc/fstab: static file system information.
-# The root filesystem should have a pass number of either 0 or 1.
-# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
#
+# NOTE: The root filesystem should have a pass number of either 0 or 1.
+# All other filesystems should have a pass number of 0 or greater than 1.
+#
# NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3
# filesystems. This just tells the kernel to use the ext4 driver.
#