Author: alexander Date: 2007-09-26 05:26:09 -0600 (Wed, 26 Sep 2007) New Revision: 2076
Modified: trunk/isolinux/isolinux.cfg trunk/isolinux/options2.msg Log: Disabled kernel messages by default Modified: trunk/isolinux/isolinux.cfg =================================================================== --- trunk/isolinux/isolinux.cfg 2007-09-26 11:25:37 UTC (rev 2075) +++ trunk/isolinux/isolinux.cfg 2007-09-26 11:26:09 UTC (rev 2076) @@ -9,8 +9,8 @@ label linux kernel linux - append initrd=initramfs_data_cpio.gz + append initrd=initramfs_data_cpio.gz quiet label linux64 kernel linux64 - append initrd=initramfs_data_cpio.gz + append initrd=initramfs_data_cpio.gz quiet Modified: trunk/isolinux/options2.msg =================================================================== --- trunk/isolinux/options2.msg 2007-09-26 11:25:37 UTC (rev 2075) +++ trunk/isolinux/options2.msg 2007-09-26 11:26:09 UTC (rev 2076) @@ -8,7 +8,6 @@ toram Loads the whole CD contents (except sources and proprietary video drivers) to RAM. - Note: this needs at least 512 MB of RAM, and you also need to enable swap if you have less than 768 MB of RAM. @@ -25,4 +24,5 @@ Uses /dev/XXX for software suspending (AKA hibernation) and resuming. See /root/README for details. - +debug + Causes kernel messages to appear on the screen. -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
