(use {{:Template:Code}}) |
No edit summary |
||
Line 3: | Line 3: | ||
</noinclude> | </noinclude> | ||
'''livecd-iso-to-disk.sh''' is a Bash shell script from livecd-tools, http://git.fedorahosted.org/ | '''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 | ||
In a LiveCD distribution, the script is usually available in the installation disc's filesystem at {{Code|/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 {{Code|/run/initramfs/live/}} mount point (or at {{Code|/mnt/live/}} on Fedora 16 and earlier). | In a LiveCD distribution, the script is usually available in the installation disc's filesystem at {{Code|/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 {{Code|/run/initramfs/live/}} mount point (or at {{Code|/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 {{Code|livecd-iso-to-disk --help}} command. Documentation is also in livecd-iso-to-disk.pod, http://git.fedorahosted.org/ | Usage is documented in the first 270 or so lines of the the script, and accessible with the {{Code|livecd-iso-to-disk --help}} command. Documentation is also in livecd-iso-to-disk.pod, http://git.fedorahosted.org/cgit/livecd/tree/docs/livecd-iso-to-disk.pod ,but the formating makes it difficult to read from a web browser. | ||
but the formating makes it difficult to read from a web browser. |
Revision as of 03:16, 1 August 2012
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
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/tree/docs/livecd-iso-to-disk.pod ,but the formating makes it difficult to read from a web browser.