Sugar Creation Kit: Difference between revisions
m →Get Sugar: switch links |
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''' | ||