V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 56s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 56s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -615,6 +615,7 @@ software:
|
|||||||
# initramfs-tools
|
# initramfs-tools
|
||||||
# jq
|
# jq
|
||||||
# kbd
|
# kbd
|
||||||
|
# keyutils
|
||||||
# libpam-pwquality
|
# libpam-pwquality
|
||||||
# lsb-release
|
# lsb-release
|
||||||
# parted
|
# parted
|
||||||
@@ -750,7 +751,6 @@ software:
|
|||||||
- figlet
|
- figlet
|
||||||
- htop
|
- htop
|
||||||
- keychain
|
- keychain
|
||||||
- keyutils
|
|
||||||
- python3
|
- python3
|
||||||
- virt-what
|
- virt-what
|
||||||
|
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ installation_toolset() {
|
|||||||
[jq]="jq"
|
[jq]="jq"
|
||||||
[loadkeys]="kbd"
|
[loadkeys]="kbd"
|
||||||
[setfont]="kbd"
|
[setfont]="kbd"
|
||||||
|
[keyctl]="keyutils"
|
||||||
[libpam-pwquality]="libpam-pwquality"
|
[libpam-pwquality]="libpam-pwquality"
|
||||||
[lsb_release]="lsb-release"
|
[lsb_release]="lsb-release"
|
||||||
[parted]="parted"
|
[parted]="parted"
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ EOF
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
"/boot")
|
"/boot")
|
||||||
write_crypttab "${var_encryption_label}" "UUID=${var_luks_uuid}" "none" "luks,discard,noauto,x-systemd.device-timeout=0,tries=1"
|
write_crypttab "${var_encryption_label}" "UUID=${var_luks_uuid}" "none" "luks,discard,noauto"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
@@ -122,12 +122,12 @@ EOF
|
|||||||
|
|
||||||
swap)
|
swap)
|
||||||
#write_crypttab "${var_ephemeral_enclabel}" "LABEL=${var_host_fs_label}" "/dev/random" "swap,offset=2048,cipher=aes-xts-plain64,size=512,sector-size=4096,discard"
|
#write_crypttab "${var_ephemeral_enclabel}" "LABEL=${var_host_fs_label}" "/dev/random" "swap,offset=2048,cipher=aes-xts-plain64,size=512,sector-size=4096,discard"
|
||||||
write_crypttab "${var_ephemeral_enclabel}" "PARTUUID=${var_host_partuuid}" "/dev/random" "swap,offset=2048,cipher=aes-xts-plain64,size=512,sector-size=4096,discard"
|
write_crypttab "${var_ephemeral_enclabel}" "PARTUUID=${var_host_partuuid}" "/dev/random" "offset=2048,cipher=aes-xts-plain64,size=512,sector-size=4096,discard,plain,swap"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
/tmp)
|
/tmp)
|
||||||
#write_crypttab "${var_ephemeral_enclabel}" "LABEL=${var_host_fs_label}" "/dev/random" "offset=2048,cipher=aes-xts-plain64,size=512,sector-size=4096,discard,tmp=ext4"
|
#write_crypttab "${var_ephemeral_enclabel}" "LABEL=${var_host_fs_label}" "/dev/random" "offset=2048,cipher=aes-xts-plain64,size=512,sector-size=4096,discard,tmp=ext4"
|
||||||
write_crypttab "${var_ephemeral_enclabel}" "PARTUUID=${var_host_partuuid}" "/dev/random" "offset=2048,cipher=aes-xts-plain64,size=512,sector-size=4096,discard"
|
write_crypttab "${var_ephemeral_enclabel}" "PARTUUID=${var_host_partuuid}" "/dev/random" "offset=2048,cipher=aes-xts-plain64,size=512,sector-size=4096,discard,plain"
|
||||||
#chroot_script "${TARGET}" "systemctl mask tmp.mount"
|
#chroot_script "${TARGET}" "systemctl mask tmp.mount"
|
||||||
#do_log "info" "file_only" "4210() Masked: [tmp.mount]"
|
#do_log "info" "file_only" "4210() Masked: [tmp.mount]"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user