diff options
author | Eric Hameleers <alien@slackware.com> | 2017-07-19 23:03:53 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-07-19 23:03:53 +0200 |
commit | b29a98a3574573958d27cf7b46c9f780bf9ee557 (patch) | |
tree | 03b8c136314f814af0d407377988544e7d151d21 /README.txt | |
parent | 7d22682ddd36a23b6c55652ba59b9a05c19a8b7a (diff) | |
download | liveslak-b29a98a3574573958d27cf7b46c9f780bf9ee557.tar.gz liveslak-b29a98a3574573958d27cf7b46c9f780bf9ee557.tar.xz |
Allow syntax 'livemedia=scandev:/path/to/live.iso'
Use the 'scandev' keyword instead of specifying an actual partition name
if you want liveslak to scan all partitions for the ISO.
Use this if you are not sure of the devicename and have no means of
figuring it out.
Diffstat (limited to '')
-rw-r--r-- | README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -290,6 +290,9 @@ livemedia=/dev/sdX => Tell the init script which partition livemedia=/dev/sdX:/path/to/live.iso => Use this if you want to load the live OS from an ISO file on a local harddisk partition. +livemedia=scandev:/path/to/live.iso => Use this if liveslak should + scan all device partitions to locate the ISO file. + livemain=directoryname => Use this if you copied the content of the ISO to a different directory than "liveslak". |