V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-29 21:49:30 +02:00
parent d38eb96733
commit 2344a79886
16 changed files with 492 additions and 494 deletions

View File

@@ -37,10 +37,9 @@ declare -girx ERR_MOUNTING_DEV=233 # The Device could not be mounted.
declare -girx ERR_MOUNTING_ROOT=232 # The / Volume could not be mounted.
declare -girx ERR_MOUNTING_LUKS=231 # The LUKS Volume could not be mounted.
declare -girx ERR_UNKNOWN_DEV=230 # Unknown Device Path.
declare -girx ERR_DEBOOTSTRAP=229 # Failure occurred on debootstrap.
declare -girx ERR_CHRT_MOUNTS=228 # Failure occurred while mounting system devices.
declare -girx ERR_CHRT_COMMAND=227 # Failure occurred while executing chroot environment command.
### Definition of error trap vars
@@ -51,7 +50,6 @@ declare -gx ERRFUNC="" # = ${FUNCNAME[0]:-main} = $4 = ERRFUNC
declare -gx ERRCMMD="" # = ${$BASH_COMMAND} = $5 = ERRCMMD
declare -gir ERR_SPLASH_PNG=200 # --change-splash MUST be 'club' or 'hexagon'
declare -gir ERR_CONTROL_CT=201 # --control MUST be an integer between '1' and '65535'
declare -gir ERR_RENICE_PRI=202 # --renice-priority MUST an integer between '-19' and '19'
@@ -65,32 +63,5 @@ declare -gir ERR_RGHT_PWD_F=209 # --root-password-file failed to set permissions
declare -gir ERR_PASS_LENGH=210 # --root-password-file password MUST be between 20 and 64 characters
declare -gir ERR_PASS_PLICY=211 # --root-password-file password MUST NOT contain double quotes
declare -gir ERR__SSH__PORT=212 # --ssh-port MUST be an integer between '1' and '65535'
declare -gir ERR_NOTABSPATH=252 # Not an absolute path
declare -g -i -r -x ERR_DO_NOT_SOURCE=110
declare -g -i -r -x ERR_NO_HIGHST_DEV=115
declare -g -i -r -x ERR_WRONG_PARTTBL=116
declare -g -i -r -x ERR_MOUNTING_PATH=117
declare -g -i -r -x ERR_MOUNTING_ROOT=118
declare -g -i -r -x ERR_CREAT_SUB_VOL=119
declare -g -i -r -x ERR_NO_ENCR_LABEL=120
declare -g -i -r -x ERR_NO_DEVIC_PATH=121
declare -g -i -r -x ERR_UNSUPPT_TABLE=122
declare -g -i -r -x ERR_DE_BOOT_STRAP=123
declare -g -i -r -x ERR_CHROOT_MOUNTS=124
declare -g -i -r -x ERR_UNEXCEPTIONAL=127
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh