Skip to Content.
Sympa Menu

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

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 (211b0e2c965a0113609c71d80051af4f2416d500)
  • Date: Wed, 26 Nov 2008 16:03:18 -0600

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

base/etc/fstab | 2 +-
base/etc/lilo.conf | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 211b0e2c965a0113609c71d80051af4f2416d500
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

base/etc/{fstab,lilo.conf}: sync the examples

The example fstab and lilo.conf files were brought into sync with each
other. This fixes bug #14663.

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

# Examples:
-#/dev/hda2 / reiserfs defaults,noatime 0 1
#/dev/hda1 /boot ext2 defaults 0 2
+#/dev/hda2 / reiserfs defaults,noatime 0 1
#LABEL=home /home ext3 defaults 0 2
#/dev/hda3 swap swap defaults 0 0
#
diff --git a/base/etc/lilo.conf b/base/etc/lilo.conf
index 18b3f9b..bf8e32d 100644
--- a/base/etc/lilo.conf
+++ b/base/etc/lilo.conf
@@ -19,7 +19,10 @@ boot=/dev/hda
# Change this to whatever boot image you want to boot by default.
default=smgl

+# Remember to change root= to point to whatever partition your / is on. Check
+# etc/fstab if you don't remember. Also, the default= above should match one
of
+# the label= below.
image=/boot/vmlinuz
label=smgl
- root=/dev/hda1
+ root=/dev/hda2




  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (211b0e2c965a0113609c71d80051af4f2416d500), Justin Boffemmyer, 11/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page