Build Your Own Remix with Fedora: Difference between revisions
m →More Information and Examples of Usage: The SED Command |
|||
| Line 175: | Line 175: | ||
then just add the following line in the %post --nochroot section: | then just add the following line in the %post --nochroot section: | ||
sed -i -e '/ *append / { s/quiet// ; s/rhgb//; }' "${LIVE_ROOT}"/isolinux/isolinux.cfg | sed -i -e '/ *append / { s/quiet// ; s/rhgb//; }' "${LIVE_ROOT}"/isolinux/isolinux.cfg | ||
*The SED Command | |||
:http://www.grymoire.com/Unix/Sed.html | |||
:'''EXAMPLE''' | :'''EXAMPLE''' | ||