diff options
author | Eric Hameleers <alien@slackware.com> | 2016-06-17 16:52:25 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-06-17 16:52:25 +0200 |
commit | 6c5f2ee34128112eebc19306362a65f785fa95b6 (patch) | |
tree | f5a8fb6153f04744b4881c14813ef3eb148e5443 /README.txt | |
parent | 18a3721cae38371cb7a07a2a2d82d36c61b0b989 (diff) | |
download | liveslak-6c5f2ee34128112eebc19306362a65f785fa95b6.tar.gz liveslak-6c5f2ee34128112eebc19306362a65f785fa95b6.tar.xz |
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!
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -80,6 +80,8 @@ 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. + -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<number> Add <number> 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. |