V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m7s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-08 07:17:44 +01:00
parent 69a6bb563e
commit 9d51a75ea4
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ mount_partition() {
var_partuuid="${HMP_PATH_PARTUUID["${var_mount_path}"]}" var_partuuid="${HMP_PATH_PARTUUID["${var_mount_path}"]}"
### Gathering information for '/etc/fstab'-generation in 4040(). ### Gathering information for '/etc/fstab'-generation in 4040().
HMP_FSTAB_MOUNT_OPTS["${var_mount_path}"]="${var_mount_options}" HMP_FSTAB_MOUNT_OPTS["SWAP"]="${var_mount_options}"
cryptsetup open --type plain \ cryptsetup open --type plain \
--key-file /dev/urandom \ --key-file /dev/urandom \

View File

@@ -158,7 +158,7 @@ EOF
var_fs_uuid="/dev/mapper/${var_dmapper}" var_fs_uuid="/dev/mapper/${var_dmapper}"
var_fs_path="none" var_fs_path="none"
var_fs_type="swap" var_fs_type="swap"
var_fs_opts="${HMP_FSTAB_MOUNT_OPTS["$SWAP"]}" var_fs_opts="${HMP_FSTAB_MOUNT_OPTS["SWAP"]}"
var_fs_pass="0" var_fs_pass="0"
write_fstab "${var_fs_uuid}" "${var_fs_path}" "${var_fs_type}" "${var_fs_opts}" "${var_fs_pass}" write_fstab "${var_fs_uuid}" "${var_fs_path}" "${var_fs_type}" "${var_fs_opts}" "${var_fs_pass}"