Changes

Jump to navigation Jump to search
391 bytes added ,  19:56, 29 September 2010
m
→‎More Information and Examples of Usage: %post --nochroot section: edit the boot parameters;
Line 435: Line 435:  
  lock: False
 
  lock: False
 
  FOE
 
  FOE
 +
:'''EXAMPLE'''
 +
*Isolinux and most other bootloaders let you edit the boot parameters;
 +
just delete "quiet" and "rhgb" there at boot time. None of the above
 +
is livecd specific.
 +
 +
If you want to make this the default on images you build
 +
then just add the following line in the %post --nochroot section:
 +
sed -i -e '/ *append / { s/quiet// ; s/rhgb//;  }'  "${LIVE_ROOT}"/isolinux/isolinux.cfg
    
:'''EXAMPLE'''
 
:'''EXAMPLE'''
12,355

edits

Navigation menu