Sugar Creation Kit: Difference between revisions

Satellit (talk | contribs)
m Get Sugar: switch links
Satellit (talk | contribs)
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'''