From c2ef184a08563b4533e6fbb1cd243ed294bc3bd0 Mon Sep 17 00:00:00 2001 From: dirkf Date: Fri, 15 Mar 2024 11:34:16 +0000 Subject: [PATCH 1/3] Fix --encrypt help --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76a129a..3960fcd 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ Options: r,root: clone root -C --color= Set color scheme to off|low|low2|bw|dark|high -E --encrypt Set up to boot from an encrypted partition - --encrypt= Phasephrase option: + --encrypt= Passphrase option: ask Enter the passphrase via the keyboard first-boot Force user to set phrase on first boot file=xxx Read phrase from file random Generate a random passphrase - random=N Generate a random passhphrase containing + random=N Generate a random passphrase containing N words (1 -- 20 allowed) -e --esp-size= Size of ESP (uefi) partition in MiB (default 50) From 48c77e8778c652d6b7d5fc7e6ce2dd0ae7d308d7 Mon Sep 17 00:00:00 2001 From: dirkf Date: Fri, 15 Mar 2024 11:38:06 +0000 Subject: [PATCH 2/3] Fix --encrypt help in script --- live-usb-maker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live-usb-maker b/live-usb-maker index e309e0f..6712fa3 100755 --- a/live-usb-maker +++ b/live-usb-maker @@ -168,12 +168,12 @@ Options: r,root: clone root -C --color= Set color scheme to off|low|low2|bw|dark|high -E --encrypt Set up to boot from an encrypted partition - --encrypt= Phasephrase option: + --encrypt= Passphrase option: ask Enter the passphrase via the keyboard first-boot Force user to set phrase on first boot file=xxx Read phrase from file random Generate a random passphrase - random=N Generate a random passhphrase containing + random=N Generate a random passphrase containing N words (1 -- 20 allowed) -e --esp-size= Size of ESP (uefi) partition in MiB (default 50) From 354992324d4ca8182e19ad9e4c51b8c7a8843641 Mon Sep 17 00:00:00 2001 From: dirkf Date: Fri, 15 Mar 2024 11:52:43 +0000 Subject: [PATCH 3/3] Update dd-live-usb usage "save" -> "safe" --- dd-live-usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dd-live-usb b/dd-live-usb index c17223e..4d65853 100755 --- a/dd-live-usb +++ b/dd-live-usb @@ -41,7 +41,7 @@ usage() { cat<] -A save and convenient way to make a "dd" live-usb from a .iso file. +A safe and convenient way to make a "dd" live-usb from a .iso file. Will prompt you for the file and for the device to write to if they are not given on the command line.