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
|
# None
|
||||||
# Returns:
|
# Returns:
|
||||||
# ERR_ARG_MSMTCH: on failure
|
# ERR_ARG_MSMTCH: on failure
|
||||||
# ERR_ARG_MSMTCH: on failure
|
|
||||||
# ERR_CONTROL_CT: on failure
|
# ERR_CONTROL_CT: on failure
|
||||||
# ERR_DROPBEAR_V: on failure
|
# ERR_DROPBEAR_V: on failure
|
||||||
# ERR_MISS_PWD_F: on failure
|
# ERR_MISS_PWD_F: on failure
|
||||||
@@ -164,7 +163,7 @@ arg_parser() {
|
|||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--change-splash )
|
--change-splash)
|
||||||
if [[ "${2}" == "club" || "${2}" == "hexagon" ]]; then
|
if [[ "${2}" == "club" || "${2}" == "hexagon" ]]; then
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
declare -g VAR_HANDLER_SPLASH="${2}"
|
declare -g VAR_HANDLER_SPLASH="${2}"
|
||||||
|
|||||||
+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 " 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 " once the system has successfully booted up."
|
||||||
echo
|
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 -e "\e[97m --contact, -c \e[0m"
|
||||||
echo " Show author contact information."
|
echo " Show author contact information."
|
||||||
echo
|
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 " This MUST be a filename only and MUST be placed in the root-owned tmpfs secret root:"
|
||||||
echo " </dev/shm/cdlb_secrets>"
|
echo " </dev/shm/cdlb_secrets>"
|
||||||
echo
|
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 -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 " Provides statistic only after successful building a CISS.debian.live-ISO. While enabling '--log-statistics-only'"
|
||||||
echo " the argument '--build-directory' MUST be provided."
|
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 -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 " 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 " 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
|
||||||
echo -e "\e[97m --primordial-ssh <INTEGER> \e[0m"
|
echo -e "\e[97m --primordial-ssh <INTEGER> \e[0m"
|
||||||
echo " Adds one outgoing UFW TCP exception for a bootstrap SSH port."
|
echo " Adds one outgoing UFW TCP exception for a bootstrap SSH port."
|
||||||
|
|||||||
Reference in New Issue
Block a user