summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-06-25 22:14:39 +0200
committer Eric Hameleers <alien@slackware.com>2020-06-25 22:14:39 +0200
commit4bc0b9ab6727649189aabfb5aa86e0b2bfce79ff (patch)
tree5b77c6e01a10a45888fd0855c7dcb042705728ef
parentc69ed4276388fa20f6459a2d8644ee0f2a9b2322 (diff)
downloadliveslak-4bc0b9ab6727649189aabfb5aa86e0b2bfce79ff.tar.gz
liveslak-4bc0b9ab6727649189aabfb5aa86e0b2bfce79ff.tar.xz
README.txt - some small corrections
-rw-r--r--README.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index cf5fd11..a391cf6 100644
--- a/README.txt
+++ b/README.txt
@@ -110,8 +110,9 @@ The USB stick will be erased and re-formatted when running this script (except w
This script, called 'iso2usb.sh', accepts the following parameters: <code>
-c|--crypt size|perc Add a LUKS encrypted /home ; parameter is the
requested size of the container in kB, MB, GB,
- or as a percentage of free space.
- Examples: '-c 125M', '-c 1.3G', '-c 20%'.
+ or as a percentage of free space
+ (integer numbers only).
+ Examples: '-c 125M', '-c 2G', '-c 20%'.
-d|--devices List removable devices on this computer.
-f|--force Ignore most warnings (except the back-out).
-h|--help This help.
@@ -128,6 +129,8 @@ This script, called 'iso2usb.sh', accepts the following parameters: <code>
-C|--cryptpersistfile size|perc
Use a LUKS-encrypted 'persistence' file instead
of a directory (for use on FAT filesystem).
+ Format for size/percentage is the same
+ as for the '-c' parameter.
-P|--persistfile Use an unencrypted 'persistence' file instead
of a directory (for use on FAT filesystem).
</code>