summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-26 13:06:01 +0200
committer Eric Hameleers <alien@slackware.com>2021-10-26 13:06:01 +0200
commit7d2e1d26cbf10f342b8078040234f2ac354ec320 (patch)
treec9457a84701482b65df38b606718522a0089f759 /README.txt
parentb13507d24ff6a6969bdea29c2b72301b923c78c7 (diff)
downloadliveslak-7d2e1d26cbf10f342b8078040234f2ac354ec320.tar.gz
liveslak-7d2e1d26cbf10f342b8078040234f2ac354ec320.tar.xz
Update the documentation and grub/syslinux help texts
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 90c6146..f0cf0bf 100644
--- a/README.txt
+++ b/README.txt
@@ -120,6 +120,7 @@ This script, called 'iso2usb.sh', accepts the following parameters: <code>
-i|--infile <filename> Full path to the ISO image file.
-o|--outdev <filename> The device name of your USB drive.
-p|--persistence <name> Custom name of the 'persistence' directory/file.
+ If it does not exist yet, create it manually.
-r|--refresh Refresh the USB stick with the ISO content.
No formatting, do not touch user content.
-s|--scan Scan for insertion of new USB device instead of
@@ -391,6 +392,12 @@ nop=wipe => Wipe all data from persistence directory or container.
persistence=name => Use this if you are using a different
directory/file than "persistence" for storing persistent data.
+persistence=/dev/sdX:/path/to/mypersistence
+persistence=scandev:/path/to/mypersistence => Use this if
+ the persistence directory or container is not located on the USB stick,
+ but on a local hard disk partition. Useful for network (PXE) boot
+ where you still want to offer users persistence.
+
toram => copy the OS from the media to to RAM before running it.
You can remove the boot media after booting.