summaryrefslogtreecommitdiff
path: root/packages/altboot/files/altboot-menu/Advanced/80-configure-kexec
diff options
context:
space:
mode:
Diffstat (limited to 'packages/altboot/files/altboot-menu/Advanced/80-configure-kexec')
-rw-r--r--packages/altboot/files/altboot-menu/Advanced/80-configure-kexec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/altboot/files/altboot-menu/Advanced/80-configure-kexec b/packages/altboot/files/altboot-menu/Advanced/80-configure-kexec
index 9418e30dcf..27b6a871a6 100644
--- a/packages/altboot/files/altboot-menu/Advanced/80-configure-kexec
+++ b/packages/altboot/files/altboot-menu/Advanced/80-configure-kexec
@@ -11,7 +11,7 @@ run_module() {
test -e /etc/altboot.func && . /etc/altboot.func || die "ERROR: /etc/altboot.func not found. Check your installation!"
test -z "$KEXEC_KERNEL_DIR" && KEXEC_KERNEL_DIR="/boot"
- test -x "$KEXEC_BIN" || die "kexec-tools not found [$KEXEC_BIN]"
+ test -x "$KEXEC_BIN" || mdie "kexec-tools not found [$KEXEC_BIN]"
# Mount /proc, etc
init_rootfs