From Fedora Project Wiki

Revision as of 19:07, 12 November 2012 by Fgrose (talk | contribs) (note different versions)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


livecd-iso-to-disk.sh is a Bash shell script from livecd-tools, http://git.fedorahosted.org/cgit/livecd/tree/tools/livecd-iso-to-disk.sh

Note: There are some variations of the script for different versions of Fedora (see livecd-tools summary).

In a LiveCD distribution, the script is usually available in the installation disc's filesystem at /LiveOS/livecd-iso-to-disk (alongside squashfs.img and osmin.img). From a booted LiveOS filesystem, the outer USB/SD/CD/DVD device filesystem is mounted on the /run/initramfs/live/ mount point (or at /mnt/live/ on Fedora 16 and earlier).

Usage is documented in the first 270 or so lines of the the script, and accessible with the livecd-iso-to-disk --help command. Documentation is also in livecd-iso-to-disk.pod, http://git.fedorahosted.org/cgit/livecd/plain/docs/livecd-iso-to-disk.pod , but the format may be less clear for reading.