1 2 3 4 5 6 7 8 9
panic() { echo $@ if [ -e /bin/busybox ]; then FS1='(initramfs) ' exec /bin/busybox sh else FS1='(initramfs) ' exec /bin/sh fi }