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 11f4dbe..93a9028 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 @@ -14,6 +14,8 @@ ram_wipe_check_needshutdown() { if [ "$wipe_action" = "reboot" ]; then 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'? reboot --force elif [ "$wipe_action" = "poweroff" ]; then info "wipe-ram.sh wiperamexit: poweroff..."