Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (0c9e9bacd1147ad518b46a4e7c19a2e3c04d4f65)

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 test cauldron by Justin Boffemmyer (0c9e9bacd1147ad518b46a4e7c19a2e3c04d4f65)
  • Date: Thu, 17 Sep 2009 08:38:36 -0500

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

base/etc/fstab | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0c9e9bacd1147ad518b46a4e7c19a2e3c04d4f65
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

base/etc/fstab: change hd to sd to match install

The installer instructions now use sd* as examples, so change the
examples to match what's in the installer to make it easier for new
users. Also make the partition numbers->mount points match the examples
in the installer (/ and swap).

diff --git a/base/etc/fstab b/base/etc/fstab
index 28f2d23..9d8d142 100644
--- a/base/etc/fstab
+++ b/base/etc/fstab
@@ -10,10 +10,10 @@ sysfs /sys sysfs defaults 0 0
# Add your file systems here.

# Examples:
-#/dev/hda1 /boot ext2 defaults 0 2
-#/dev/hda2 / reiserfs defaults,noatime 0 1
+#/dev/sda1 / reiserfs defaults,noatime 0 1
+#/dev/sda3 /boot ext2 defaults 0 2
#LABEL=home /home ext3 defaults 0 2
-#/dev/hda3 swap swap defaults 0 0
+#/dev/sda2 swap swap defaults 0 0
#
# The schema is
# <device> <mountpoint> <type> <options> <dump> <pass>



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (0c9e9bacd1147ad518b46a4e7c19a2e3c04d4f65), Justin Boffemmyer, 09/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page