From a53d52bf38d8a1d69eafdb423c928c29bc93659b4a88bb332a235a04c2372a6b Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Sun, 7 Jun 2026 17:06:05 +0100 Subject: [PATCH] V9.14.018.2026.06.07 Signed-off-by: Marc S. Weidner --- config/hooks/live/0002_hardening_overlay_tmpfs.chroot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/hooks/live/0002_hardening_overlay_tmpfs.chroot b/config/hooks/live/0002_hardening_overlay_tmpfs.chroot index 676ad44..ad11284 100644 --- a/config/hooks/live/0002_hardening_overlay_tmpfs.chroot +++ b/config/hooks/live/0002_hardening_overlay_tmpfs.chroot @@ -45,8 +45,10 @@ EOF mkdir -p /etc/systemd/system/tmp.mount.d cat << EOF >| /etc/systemd/system/tmp.mount.d/override.conf +# The live ISO runs CISS.debian.installer and must support at least 12 raw plus encrypted LUKS header backups in the installer +# scratch path. [Mount] -Options=mode=1777,strictatime,nosuid,nodev,noexec,size=1% +Options=mode=1777,strictatime,nosuid,nodev,noexec,size=2G EOF mkdir -p /etc/systemd/system/dev-shm.mount.d