From 6c5f2ee34128112eebc19306362a65f785fa95b6 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 17 Jun 2016 16:52:25 +0200 Subject: README.txt: document the new options in liveslak. * iso2usb.sh: added '-r' parameter to refresh an existing USB Live stick with data from a new Live ISO. * boot: added 'nop=wipe' parameter which will cause all persistent data (in the persistence directory or a persistent data container) to be erased. This allows you to repair a case of corrupted persistent data which can occur after you modified files that are part of a squashfs module. Note that this boot option will leave an encrypted /home un-touched! --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.txt b/README.txt index 9b9cfda..cf94e44 100644 --- a/README.txt +++ b/README.txt @@ -80,6 +80,8 @@ 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. + -r|--refresh Refresh the USB stick with the ISO content. + No formatting, do not touch user content. -u|--unattended Do not ask any questions. -v|--verbose Show verbose messages. -w|--wait Add seconds wait time to initialize USB. @@ -256,6 +258,9 @@ nop => No persistence, i.e. boot the virgin installation in If you want to ignore any persistent data during boot, including LUKS data, specify "nop luksvol=" . +nop=wipe => Wipe all data from persistence directory or container. + Useful in cases where your persistent data got corrupted. + persistence=name => Use this if you are using a different directory/file than "persistence" for storing persistent data. -- cgit v1.2.3