Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -57,7 +57,6 @@ guard_sourcing || return "${ERR_GUARD_SRCE}"
|
||||
# None
|
||||
# Returns:
|
||||
# ERR_ARG_MSMTCH: on failure
|
||||
# ERR_ARG_MSMTCH: on failure
|
||||
# ERR_CONTROL_CT: on failure
|
||||
# ERR_DROPBEAR_V: on failure
|
||||
# ERR_MISS_PWD_F: on failure
|
||||
|
||||
+6
-4
@@ -78,6 +78,9 @@ usage() {
|
||||
echo " This option creates a boot menu entry that starts the forthcoming 'CISS.debian.installer', which is executed"
|
||||
echo " once the system has successfully booted up."
|
||||
echo
|
||||
echo -e "\e[97m --cicd \e[0m"
|
||||
echo " Only for CISS internal Gitea Action Runners"
|
||||
echo
|
||||
echo -e "\e[97m --contact, -c \e[0m"
|
||||
echo " Show author contact information."
|
||||
echo
|
||||
@@ -118,6 +121,9 @@ usage() {
|
||||
echo " This MUST be a filename only and MUST be placed in the root-owned tmpfs secret root:"
|
||||
echo " </dev/shm/cdlb_secrets>"
|
||||
echo
|
||||
echo -e "\e[97m --logo, -l \e[0m"
|
||||
echo " Shows the Centurion Head."
|
||||
echo
|
||||
echo -e "\e[97m --log-statistics-only \e[0m"
|
||||
echo " Provides statistic only after successful building a CISS.debian.live-ISO. While enabling '--log-statistics-only'"
|
||||
echo " the argument '--build-directory' MUST be provided."
|
||||
@@ -125,10 +131,6 @@ usage() {
|
||||
echo -e "\e[97m --primordial-key <ssh-identity-filename> \e[0m"
|
||||
echo " SSH identity filename for the Primordial overlay clone. This MUST be a filename only; the runtime path is"
|
||||
echo " derived as '/root/.ssh/<ssh-identity-filename>'."
|
||||
echo " Example fragment:"
|
||||
echo " ./ciss_live_builder.sh --primordial-url https://git.coresecret.dev/ahz/PhysNet.primordial.git \\"
|
||||
echo " --primordial-key id--git.coresecret.dev--PhysNet.primordial_deploy--ed25519--newton--2025-10 \\"
|
||||
echo " --primordial-ssh 42842"
|
||||
echo
|
||||
echo -e "\e[97m --primordial-ssh <INTEGER> \e[0m"
|
||||
echo " Adds one outgoing UFW TCP exception for a bootstrap SSH port."
|
||||
|
||||
Reference in New Issue
Block a user