<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I am asking for help:<br>
<br>
Is there some documentation on the use of the option:<br>
<span class="mw-headline"
 id="Options_provided_by_the_livecd-creator_command"></span>--base-on=BASE_ON
?<br>
<br>
I am wondering if this is a functional option in f13-f14, and how is it
used?<br>
how do I add a package to an existing .iso image<br>
<br>
In: <a class="moz-txt-link-freetext" href="http://www.ibm.com/developerworks/linux/library/l-fedora-livecd/:">http://www.ibm.com/developerworks/linux/library/l-fedora-livecd/:</a> <br>
<br>
Options for Livecd-creator: <br>
<pre class="displaycode">$ livecd-creator
No packages specified.

usage: livecd-creator [--help] 
                      [--repo=&lt;name1&gt;,&lt;url1&gt; ...] [--repo=&lt;name2&gt;,&lt;url2&gt;]
                      --package=&lt;p1&gt; [--package=&lt;p2&gt; ...]
                      [--exclude-package=&lt;e1&gt;] --exclude-package=&lt;e2&gt; ...]
                      [--base-on=&lt;path-to-iso-file&gt;]
                      [--fslabel=&lt;label&gt;]

 --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)

...............

</pre>
<h3>The examples look like a very nice way to customize a .iso, without
doing a full build with a .ks file</h3>
<pre class="displaycode">
BUT
................
</pre>
But in f14 liveusb-creator --help<br>
<br>
<h5><span class="mw-headline"
 id="Options_provided_by_the_livecd-creator_command"><b>Options
provided by the livecd-creator command</b></span></h5>
<dl>
  <dd>
    <dl>
      <dd>f14(rawhide)
      </dd>
    </dl>
  </dd>
</dl>
<p>livecd-creator --help
</p>
<pre>Options:
 -h, --help            show this help message and exit
 Image options:
   These options define the created image.
   -c KSCFG, --config=KSCFG
                       Path or url to kickstart config file
   -b BASE_ON, --base-on=BASE_ON
                       Add packages to an existing live CD iso9660 image.
   -f FS_LABEL, --fslabel=FS_LABEL
                       File system label (default based on config name)
   --compression-type=COMPRESS_TYPE * <b>Note: NEW TO F14(rawhide)</b>
                       Compression type recognized by mksquashfs (default
                       zlib, lzma needs custom kernel)
 System directory options:
   These options define directories used on your system for creating the
   live image
   -t TMPDIR, --tmpdir=TMPDIR
                       Temporary directory to use (default: /var/tmp)
   --cache=CACHEDIR    Cache directory to use (default: private cache
 Debugging options:
   These options control the output of logging information during image
   creation
   -d, --debug         Output debugging information
   -v, --verbose       Output verbose progress information
   --logfile=FILE      Save debug information to FILE
.....................

Many of these options 
 --package          : Include this package
 --exclude-package  : Exclude this package
are not listed for f14. Is this a feature no longer supported in fedora?

Where can one find more information and usage cases?

Tom Gilliard
satellit
</pre>
</body>
</html>