Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (5e11081796e5ebed8efac91bdcf4f55847f89c78)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (5e11081796e5ebed8efac91bdcf4f55847f89c78)
  • Date: Thu, 7 Feb 2008 01:48:25 -0600

GIT changes to master cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

base/etc/fstab | 7 +++++++
1 files changed, 7 insertions(+)

New commits:
commit 5e11081796e5ebed8efac91bdcf4f55847f89c78
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

fstab: added info about using LABEL=

Added an example definition for a filesystem using LABEL=home instead
of e.g. /dev/sda1. Also added some information about how to use
LABEL=, and the fact that using it requires a UUID label to be present
for the filesystem in question.

diff --git a/base/etc/fstab b/base/etc/fstab
index adfb773..f607a38 100644
--- a/base/etc/fstab
+++ b/base/etc/fstab
@@ -12,6 +12,7 @@ sysfs /sys sysfs defaults 0 0
# Examples:
#/dev/hda2 / reiserfs defaults,noatime 0 1
#/dev/hda1 /boot ext2 defaults 0 2
+#LABEL=home /home ext3 defaults 0 2
#/dev/hda3 swap swap defaults 0 0
#
# The schema is
@@ -19,6 +20,12 @@ sysfs /sys sysfs defaults 0 0
# and is roughly executed as
# mount -t <type> -o <options> <device> <mountpoint>

+# <device> may be specified either as an explicit device file (e.g.
+# /dev/sda1) or using a UUID label (e.g. LABEL=boot). Note that if you
+# use a UUID label, that label present for the filesystem this can be
+# done using the filesystem tools, depending on what filesystem you
+# format a partition with
+
# Note that, except for /, these need to be in "logical order" -
# if you have both /usr and /usr/local, put /usr before /usr/local




  • [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (5e11081796e5ebed8efac91bdcf4f55847f89c78), Justin Boffemmyer, 02/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page