|
|
| Line 533: |
Line 533: |
| ::customizing-trisquel-iso http://trisquel.info/en/wiki/customizing-trisquel-iso | | ::customizing-trisquel-iso http://trisquel.info/en/wiki/customizing-trisquel-iso |
| ::'''Bugs''': https://bugzilla.redhat.com/buglist.cgi?component=livecd-tools&product=Fedora | | ::'''Bugs''': https://bugzilla.redhat.com/buglist.cgi?component=livecd-tools&product=Fedora |
|
| |
| ====='''Options provided by the livecd-creator command'''=====
| |
| ::f14(rawhide)
| |
| livecd-creator --help
| |
|
| |
| 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 * '''Note: NEW TO F14(rawhide)'''
| |
| 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
| |