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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-07 11:51:40 +01:00
parent 976708cc13
commit 77ba7a79aa
2 changed files with 9 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ guard_sourcing
# BIOS Boot Partition | EF02 | BIOS Bootloader area (GRUB)
# Linux SWAP | 8200 | Linux Swap
# Linux ext4/btrfs | 8300 | Linux Filesystem (root, home)
# Linux LUKS | 8309 | Linux LUKS
#######################################
#######################################
@@ -259,7 +260,8 @@ partitioning() {
case "${var_mount_path,,}" in
/tmp|swap) : ;;
/tmp|swap)
typecode="ca7d7ccb-63ed-4c53-861c-1742536059cc" ;; ### Linux LUKS Partition
*)
typecode="ca7d7ccb-63ed-4c53-861c-1742536059cc" ;; ### Linux LUKS Partition