V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -34,7 +34,7 @@ declare -girx ERR_BTRFS_INITPH=236 # The btrfs subvolume could not be initi
|
||||
declare -girx ERR_BTRFS_SUBVOL=235 # The btrfs subvolume could not be created.
|
||||
declare -girx ERR_BTRFS_OPTION=234 # Compression options algo:level not valid btrfs pairs.
|
||||
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_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.
|
||||
@@ -42,9 +42,10 @@ declare -girx ERR_CHRT_MOUNTS=228 # Failure occurred while mounting system
|
||||
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_BACKGROUND=225 # Failure occurred on setting up the GRUB-background.
|
||||
declare -girx ERR_PATH_NOT_VALID=224 # Specific path is not existing.
|
||||
declare -girx ERR_READ_NUKE_FILE=223 # Error reading Luks Nuke password file.
|
||||
declare -girx ERR_READ_GRUB_FILE=222 # Error reading Grub password file.
|
||||
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.
|
||||
|
||||
### Definition of error trap vars
|
||||
declare -gx ERRCODE="" # = $? = $1 = ERRCODE
|
||||
|
||||
Reference in New Issue
Block a user