Build Your Own Remix with Fedora: Difference between revisions
m →Example Terminal Command to Build .iso: updated |
|||
| Line 55: | Line 55: | ||
==== Install the necessary software ==== | ==== Install the necessary software ==== | ||
To create a live image, the '''livecd-creator''' tool is used. Super user privileges are needed. The tool is more or less self-documenting, use the ''--help'' option to see options. | To create a live image, the '''livecd-creator''' tool is used. Super user privileges are needed. The tool is more or less self-documenting, use the ''--help'' option to see options. | ||
| Line 62: | Line 61: | ||
su -c 'yum install livecd-tools spin-kickstarts' | su -c 'yum install livecd-tools spin-kickstarts' | ||
*'''https://git.fedorahosted.org/git/spin-kickstarts.git''' | |||
:latest spin.ks files | |||
If you are interested in localized live cd files, install also '''l10n-kickstarts'''. | If you are interested in localized live cd files, install also '''l10n-kickstarts'''. | ||