V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m14s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user