V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 54s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 54s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -40,16 +40,16 @@ 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_DEBOOTSTRAP=229 # Failure occurred on the 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.
|
||||
declare -girx ERR_GRUB_EFI_FORCE=226 # Invalid combination of Partition Table and grub_force_efi.
|
||||
declare -girx ERR_GRUB_INSTALL=226 # Error while installing Grub on the specified device.
|
||||
declare -girx ERR_GRUB_BACKGROUND=225 # Failure occurred on setting up the GRUB-background.
|
||||
declare -girx ERR_GRUB_ARCHITECTURE=224 # Architecture is not supported by Grub.
|
||||
declare -girx ERR_PATH_NOT_VALID=223 # Specific path is not existing.
|
||||
declare -girx ERR_READ_NUKE_FILE=222 # Error reading Luks Nuke password file.
|
||||
declare -girx ERR_READ_GRUB_FILE=221 # Error reading Grub password file.
|
||||
declare -girx ERR_READ_PASS_FILE=220 # Error reading password file.
|
||||
declare -girx ERR_PATH_NOT_VALID=223 # A specific path is not existing.
|
||||
declare -girx ERR_READ_NUKE_FILE=222 # Error reading the Luks Nuke password file.
|
||||
declare -girx ERR_READ_GRUB_FILE=221 # Error reading the Grub password file.
|
||||
declare -girx ERR_READ_PASS_FILE=220 # Error reading the password file.
|
||||
declare -girx ERR_GENERATE_SALT=219 # Error generating salt.
|
||||
|
||||
### Definition of error trap vars.
|
||||
|
||||
Reference in New Issue
Block a user