Skip to Content.
Sympa Menu

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

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 (2455fb790c98e2fe473f99793385a9deea726388)
  • Date: Thu, 17 Sep 2009 09:02:19 -0500

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

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

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

Archive powered by MHonArc 2.6.24.

Top of Page