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''' |