From 42e24f3c241471d91af6f16b74b5bf85dfad85d7 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 29 Jun 2022 15:54:49 -0400 Subject: [PATCH] update file names --- .../modules.d/40cold-boot-attack-defense/module-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/dracut/modules.d/40cold-boot-attack-defense/module-setup.sh b/usr/lib/dracut/modules.d/40cold-boot-attack-defense/module-setup.sh index ac9f4a6..316cdc0 100755 --- a/usr/lib/dracut/modules.d/40cold-boot-attack-defense/module-setup.sh +++ b/usr/lib/dracut/modules.d/40cold-boot-attack-defense/module-setup.sh @@ -23,8 +23,8 @@ install() { inst_multiple sleep inst_multiple sdmem inst_multiple dmsetup - inst_hook shutdown 40 "$moddir/wipe.sh" - inst_hook cleanup 80 "$moddir/wipe-needshutdown.sh" + inst_hook shutdown 40 "$moddir/wipe-ram.sh" + inst_hook cleanup 80 "$moddir/wipe-ram-needshutdown.sh" } # called by dracut