V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-29 14:48:43 +02:00
parent 4b014e2e65
commit d9cb2402a0
8 changed files with 436 additions and 353 deletions

View File

@@ -28,10 +28,12 @@ declare -girx ERR_ARG_MISMATCH=242 # The wrong number of optional arguments
declare -girx ERR_PARTITIONTBL=241 # The partition table is not allowed.
declare -girx ERR_READ_PARTTBL=240 # The partition could not be deleted, created, or the UUID of the partition could not be read.
declare -girx ERR_BTRFS_SUBVOL=239 # The btrfs subvolume could not be created.
declare -girx ERR_MOUNTING_DEV=238 # The Device could not be mounted.
declare -girx ERR_MOUNTING_ROOT=237 # The / Volume could not be mounted.
declare -girx ERR_MOUNTING_LUKS=236 # The LUKS Volume could not be mounted.
declare -girx ERR_UNKNOWN_DEV=235 # Unknown Device Path.
declare -girx ERR_BTRFS_OPTION=238 # Compression options algo:level not valid btrfs pairs.
declare -girx ERR_MOUNTING_DEV=237 # The Device could not be mounted.
declare -girx ERR_MOUNTING_ROOT=236 # The / Volume could not be mounted.
declare -girx ERR_MOUNTING_LUKS=235 # The LUKS Volume could not be mounted.
declare -girx ERR_UNKNOWN_DEV=234 # Unknown Device Path.