diff options
author | Eric Hameleers <alien@slackware.com> | 2016-05-29 19:52:39 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-05-29 19:52:39 +0200 |
commit | 3f7f245754f2101ef2056f68863a9591026663a9 (patch) | |
tree | 913676eac415e623bf102c5a8ae4b4ce8acae27e /README.txt | |
parent | a94478fbabc8672171ab79ec21a9c36a360a65d8 (diff) | |
download | liveslak-3f7f245754f2101ef2056f68863a9591026663a9.tar.gz liveslak-3f7f245754f2101ef2056f68863a9591026663a9.tar.xz |
make_slackware_live.sh: add "-X" switch to generate the ISO with xorriso.
For some people, an ISO generated with xorriso instead of using
mkisofs/isohybrid is more compatible with other tools or hardware.
You need to install xorriso separately, it is not included with Slackware.
Diffstat (limited to '')
-rw-r--r-- | README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -516,6 +516,7 @@ The script's parameters are: -H hostname Hostname of the Live OS (default: darkstar). -O outfile Custom filename for the ISO. -R runlevel Runlevel to boot into (default: 4). + -X Use xorriso instead of mkisofs/isohybrid. </code> The script uses package repositories to create a Live ISO. The packages will be installed into a temporary directory. |