Sugar Creation Kit: Difference between revisions
m erase section |
|||
| Line 421: | Line 421: | ||
:Manipulate files that have been installed | :Manipulate files that have been installed | ||
::%post command are done in ''cheroot'' (the commands are only run against the new file system created for the live CD) | ::%post command are done in ''cheroot'' (the commands are only run against the new file system created for the live CD) | ||
: | :'''EXAMPLE''':edit the boot parameters | ||
::delete "quiet" and "rhgb" add the following line in the %post --nochroot section: | |||
sed -i -e '/ *append / { s/quiet// ; s/rhgb//; }' "${LIVE_ROOT}"/isolinux/isolinux.cfg | |||
*To change repository: (eg: enable rawhide) | *To change repository: (eg: enable rawhide) | ||
: Edit the fedora-live-mini.ks | : Edit the fedora-live-mini.ks | ||