diff options
author | maximilian attems <max@dual.(none)> | 2007-09-01 10:48:03 +0200 |
---|---|---|
committer | maximilian attems <max@dual.(none)> | 2007-09-01 10:48:03 +0200 |
commit | 928ed0689705f52a757e23478783b4ade1423944 (patch) | |
tree | 6be22d2739756e52bd2c3f1fdba828500ecdec4f | |
parent | f26697d21e617646da61bed3c88e48be1d781cf5 (diff) | |
download | initramfs-tools-928ed0689705f52a757e23478783b4ade1423944.tar.gz initramfs-tools-928ed0689705f52a757e23478783b4ade1423944.zip |
init: call panic if run-init fails
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | init | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 07bf916..36a3b81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ initramfs-tools (0.91) UNRELEASED; urgency=low * mkinitramfs: Kill kinit.shared too. * scripts/local: Quote readonly variable. (LP: #115807) * mkinitramfs, scripts/keymap: Add trailing slash on cp destination for dir. + * init: Call panic for debug sh if run-init fails. - -- maximilian attems <maks@debian.org> Mon, 27 Aug 2007 10:09:25 +0200 + -- maximilian attems <maks@debian.org> Sat, 01 Sep 2007 10:45:04 +0200 initramfs-tools (0.90a) unstable; urgency=high @@ -186,3 +186,4 @@ fi # Chain to real filesystem maybe_break init exec run-init ${rootmnt} ${init} "$@" <${rootmnt}/dev/console >${rootmnt}/dev/console +panic "Could not execute run-init." |