summaryrefslogtreecommitdiff
path: root/packages/altboot/files/altboot-menu/Advanced
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-04-17 21:08:55 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-17 21:08:55 +0000
commit272ea4e8893a5cfa2db8b6de5d7812e58b84c970 (patch)
tree236111c6377905cb066d3a6d8ca72644b3341779 /packages/altboot/files/altboot-menu/Advanced
parent6a23a1d754a1d081aee5687ffbfaecb805fa8db5 (diff)
altboot: mv 1.0.6-rc4 1.0.6, added 1.0.7-rc1 with kexec support and changes all over the place.
Diffstat (limited to 'packages/altboot/files/altboot-menu/Advanced')
-rw-r--r--packages/altboot/files/altboot-menu/Advanced/70-setKernel2
-rw-r--r--packages/altboot/files/altboot-menu/Advanced/80-configure-kexec2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/altboot/files/altboot-menu/Advanced/70-setKernel b/packages/altboot/files/altboot-menu/Advanced/70-setKernel
index 3479637ba1..a2c1efa81b 100644
--- a/packages/altboot/files/altboot-menu/Advanced/70-setKernel
+++ b/packages/altboot/files/altboot-menu/Advanced/70-setKernel
@@ -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
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