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

Justin Boffemmyer scm at sourcemage.org
Wed Nov 26 17:03:18 EST 2008


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
 



More information about the SM-Commit mailing list