Sugar Creation Kit: Difference between revisions
| Line 355: | Line 355: | ||
====Base_ON option==== | ====Base_ON option==== | ||
*http://www.mail-archive.com/fedora-livecd-list@redhat.com/msg01205.html | *http://www.mail-archive.com/fedora-livecd-list@redhat.com/msg01205.html | ||
$ livecd- | |||
:'''Options provided by the livecd-creator command''' | |||
$ livecd-creator No packages specified.usage: livecd-creator [--help] | |||
[--repo=<name1>,<url1> ...] [--repo=<name2>,<url2>] --package=<p1> [--package=<p2> ...] | |||
[--exclude-package=<e1>] --exclude-package=<e2> ...] | |||
[--base-on=<path-to-iso-file>] | |||
[--fslabel=<label>] | |||
--help : Print usage and exit | |||
--repo : Path to yum repository | |||
--package : Include this package | |||
--exclude-package : Exclude this package | |||
--base-on : Add packages to an existing live CD iso9660 image | |||
--fslabel : File system label (default: livecd-YYYYMMDD-HHMI) | |||