New commits:
commit 2455fb790c98e2fe473f99793385a9deea726388
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
base/etc/lilo.conf: change hda to sda
Change examples of hd* to sd* to match the installer instruction
examples.
diff --git a/base/etc/lilo.conf b/base/etc/lilo.conf
index bf8e32d..edc868e 100644
--- a/base/etc/lilo.conf
+++ b/base/etc/lilo.conf
@@ -14,7 +14,7 @@ install=text
# first hard drive. Other typical options would include the boot
# sector of the first partition (boot=/dev/hda1) or setting it for
# another hard disk (e.g. /dev/sda or /dev/sda1 for scsi).
-boot=/dev/hda
+boot=/dev/sda
# Change this to whatever boot image you want to boot by default.
default=smgl
@@ -24,5 +24,5 @@ default=smgl
# the label= below.
image=/boot/vmlinuz
label=smgl
- root=/dev/hda2
+ root=/dev/sda1
[SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (2455fb790c98e2fe473f99793385a9deea726388),
Justin Boffemmyer, 09/17/2009