This reverts commit 679fa7ed3c0f4c827bfc6885d34f56713fe85c1e. action_on_fail is useless thus remove the commits for it one by one. Signed-off-by: Dave Young <dyoung@xxxxxxxxxx> --- modules.d/99fs-lib/fs-lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.d/99fs-lib/fs-lib.sh b/modules.d/99fs-lib/fs-lib.sh index df3803d..672d027 100755 --- a/modules.d/99fs-lib/fs-lib.sh +++ b/modules.d/99fs-lib/fs-lib.sh @@ -5,14 +5,14 @@ type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh fsck_ask_reboot() { info "note - fsck suggests reboot, if you" info "leave shell, booting will continue normally" - action_on_fail -n "(reboot ?)" + emergency_shell -n "(reboot ?)" } fsck_ask_err() { warn "*** An error occurred during the file system check." warn "*** Dropping you to a shell; the system will try" warn "*** to mount the filesystem(s), when you leave the shell." - action_on_fail -n "(Repair filesystem)" + emergency_shell -n "(Repair filesystem)" } # inherits: _ret _drv _out -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html