Build Your Own Remix with Fedora: Difference between revisions

Satellit (talk | contribs)
Satellit (talk | contribs)
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'''