V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m36s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m36s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -176,16 +176,7 @@ mount_partition() {
|
||||
--offset 2048 --cipher aes-xts-plain64 --key-size 512 \
|
||||
--sector-size 4096 "/dev/disk/by-label/${var_fs_label}" "${var_encryption_label}"
|
||||
mkdir -p "${TARGET}/tmp"
|
||||
|
||||
if [[ -n "${var_fs_options}" ]]; then
|
||||
|
||||
mkfs.ext4 -O "${var_fs_options}" "/dev/mapper/${var_encryption_label}"
|
||||
|
||||
else
|
||||
|
||||
mkfs.ext4 "/dev/mapper/${var_encryption_label}"
|
||||
|
||||
fi
|
||||
mkfs.ext4 "/dev/mapper/${var_encryption_label}"
|
||||
|
||||
### Build the command in an array to keep word boundaries intact
|
||||
declare -a ary_cmd2=(mount)
|
||||
|
||||
Reference in New Issue
Block a user