From 3777ecba8568cf5458b05b3eeedf98f0ba51cd69 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 7 Jan 2023 16:34:19 -0500 Subject: [PATCH] comment --- .../dracut/modules.d/10ram-wipe-exit/wipe-ram-needshutdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/dracut/modules.d/10ram-wipe-exit/wipe-ram-needshutdown.sh b/usr/lib/dracut/modules.d/10ram-wipe-exit/wipe-ram-needshutdown.sh index 8c5d9f9..efbf386 100755 --- a/usr/lib/dracut/modules.d/10ram-wipe-exit/wipe-ram-needshutdown.sh +++ b/usr/lib/dracut/modules.d/10ram-wipe-exit/wipe-ram-needshutdown.sh @@ -16,7 +16,7 @@ ram_wipe_check_needshutdown() { info "wipe-ram.sh wiperamexit: reboot..." ## Why reboot? Why not just continue to boot? ## To get rid of kernel command line options 'wiperamexit=yes wiperamaction=reboot'? - ## Also RAM wipe using sdmem leads to an OOM and the following error: + ## Also RAM wipe using sdmem leads to an OOM and the following error as seen in serial console: ## [FAILED] Failed to start dracut pre-udev hook. ## In other words, the system might not boot up cleanly. reboot --force