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 985277c..37079cd 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 @@ -8,6 +8,7 @@ ram_wipe_check_needshutdown() { local wipe_action wipe_action=$(getarg wiperamaction) + ## TODO: disable wait $(pgrep sdmem) info "wipe-ram.sh wiperamexit: DONE WAITING..."