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

Justin Boffemmyer scm at sourcemage.org
Wed Oct 1 00:55:27 EDT 2008


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



More information about the SM-Commit mailing list