From 7d2e1d26cbf10f342b8078040234f2ac354ec320 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 26 Oct 2021 13:06:01 +0200 Subject: Update the documentation and grub/syslinux help texts --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.txt') 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: -i|--infile Full path to the ISO image file. -o|--outdev The device name of your USB drive. -p|--persistence 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. -- cgit v1.2.3