Changeset 2076

Show
Ignore:
Timestamp:
09/26/07 05:26:09 (1 year ago)
Author:
alexander
Message:

Disabled kernel messages by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/isolinux/isolinux.cfg

    r2015 r2076  
    1010label linux 
    1111  kernel linux 
    12   append initrd=initramfs_data_cpio.gz 
     12  append initrd=initramfs_data_cpio.gz quiet 
    1313 
    1414label linux64 
    1515  kernel linux64 
    16   append initrd=initramfs_data_cpio.gz 
     16  append initrd=initramfs_data_cpio.gz quiet 
  • trunk/isolinux/options2.msg

    r2045 r2076  
    99  Loads the whole CD contents (except sources and proprietary video 
    1010  drivers) to RAM. 
    11  
    1211  Note: this needs at least 512 MB of RAM, and you also need 
    1312  to enable swap if you have less than 768 MB of RAM. 
     
    2625  See /root/README for details. 
    2726 
    28  
     27debug 
     28  Causes kernel messages to appear on the screen.