From Fedora Project Wiki

m (moved Livecd-iso-to-disk.pod to Livecd-iso-to-disk over redirect: repurposed)
(update repository links)
(7 intermediate revisions by 3 users not shown)
Line 3: Line 3:
</noinclude>
</noinclude>


'''livecd-iso-to-disk.sh''' is a Bash shell script from livecd-tools, http://git.fedorahosted.org/git/?p=hosted/livecd;a=blob;f=tools/livecd-iso-to-disk.sh;hb=HEAD
'''livecd-iso-to-disk.sh''' is a Bash shell script from livecd-tools, https://github.com/rhinstaller/livecd-tools/blob/master/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). In an installed LiveUSB device, the device filesystem is mounted on the /mnt/live/ mount point.
: '''Note''': There are some variations of the script for different versions of Fedora (see [https://github.com/rhinstaller/livecd-tools/branches/all livecd-tools All branches]).


Usage is documented in the first 270 or so lines of the the script.  Documentation is also in livecd-iso-to-disk.pod, http://git.fedorahosted.org/git?p=hosted/livecd;a=blob;f=docs/livecd-iso-to-disk.pod;hb=HEAD ,
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).
but the formating makes it difficult to read from a web browser.
 
Usage is documented
* in the first 270 or so lines of the the script
* in https://github.com/rhinstaller/livecd-tools/blob/master/docs/livecd-iso-to-disk.pod  
* and is accessible with the {{Code|livecd-iso-to-disk --help}} command.

Revision as of 22:07, 31 January 2015


livecd-iso-to-disk.sh is a Bash shell script from livecd-tools, https://github.com/rhinstaller/livecd-tools/blob/master/tools/livecd-iso-to-disk.sh

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

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