From Fedora Project Wiki

(switch from http to https)
m (repository link updates)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
</noinclude>
</noinclude>


'''livecd-iso-to-disk.sh''' is a Bash shell script from livecd-tools, https://git.fedorahosted.org/cgit/livecd/tree/tools/livecd-iso-to-disk.sh
'''livecd-iso-to-disk.sh''' is a Bash shell script from livecd-tools, https://github.com/livecd-tools/livecd-tools/blob/master/tools/livecd-iso-to-disk.sh
: '''Note''': There are some variations of the script for different versions of Fedora (see [https://github.com/livecd-tools/livecd-tools/branches/all livecd-tools All branches]).


: '''Note''': There are some variations of the script for different versions of Fedora (see [https://git.fedorahosted.org/cgit/livecd/ livecd-tools summary]).
Before Fedora 24 the script was usually available in the installation disc's filesystem at {{Code|/LiveOS/livecd-iso-to-disk}} . 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,
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, https://git.fedorahosted.org/cgit/livecd/plain/docs/livecd-iso-to-disk.pod , but the format may be less clear for reading.
* in https://github.com/livecd-tools/livecd-tools/blob/master/docs/livecd-iso-to-disk.pod ,
* and is accessible with the {{Code|livecd-iso-to-disk --help}} command.

Latest revision as of 01:57, 16 July 2018


livecd-iso-to-disk.sh is a Bash shell script from livecd-tools, https://github.com/livecd-tools/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).

Before Fedora 24 the script was usually available in the installation disc's filesystem at /LiveOS/livecd-iso-to-disk . 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