diff options
author | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-16 19:41:14 +0000 |
---|---|---|
committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-16 19:41:14 +0000 |
commit | 333765e767ca14365b8078598aee55bfb5a4db32 (patch) | |
tree | 4013003d2e9dc0a52c33da600083b1bc5af39070 /scripts/functions | |
parent | 43528be821f50d8676ba29d7e51be6915d74cfae (diff) | |
download | initramfs-tools-333765e767ca14365b8078598aee55bfb5a4db32.tar.gz initramfs-tools-333765e767ca14365b8078598aee55bfb5a4db32.zip |
Require busybox-cvs-initramfs, include modprobe bits
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/functions b/scripts/functions index a2ffd54..717418f 100644 --- a/scripts/functions +++ b/scripts/functions @@ -1,11 +1,7 @@ panic() { echo $@ - if [ -e /bin/busybox ]; then - FS1='(initramfs) ' exec /bin/busybox sh - else - FS1='(initramfs) ' exec /bin/sh - fi + FS1='(initramfs) ' exec /bin/sh } render() |