Skip to Content.
Sympa Menu

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

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 (8135986f18796bbb4e049cdf8467235bac031f7c)
  • Date: Tue, 30 Sep 2008 23:55:27 -0500

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

iso/isolinux/isolinux.cfg | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8135986f18796bbb4e049cdf8467235bac031f7c
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

isolinux.cfg: added vga=normal as a default

This can be overridden on the kernel command-line at boot time, but is
a sane default (more sane than not having it). It is really only
useful for kernels that have framebuffer functionality builtin, but
should be harmless for kernels lacking it.

diff --git a/iso/isolinux/isolinux.cfg b/iso/isolinux/isolinux.cfg
index 3c1c5ee..cc38772 100644
--- a/iso/isolinux/isolinux.cfg
+++ b/iso/isolinux/isolinux.cfg
@@ -14,7 +14,7 @@ f9 f9.txt
label install

kernel /boot/linux
- append initrd=/boot/initrd.gz ramdisk_size=@INITRD_SIZE@ root=/dev/ram0
rw
+ append vga=normal initrd=/boot/initrd.gz ramdisk_size=@INITRD_SIZE@
root=/dev/ram0 rw

label linux
kernel /boot/linux



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (8135986f18796bbb4e049cdf8467235bac031f7c), Justin Boffemmyer, 10/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page