summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit3
1 files changed, 3 insertions, 0 deletions
diff --git a/init b/init
index 8b00234..2d9683e 100755
--- a/init
+++ b/init
@@ -59,6 +59,9 @@ for x in $(cat /proc/cmdline); do
break)
break=yes
;;
+ breaknow)
+ panic "Spawning shell within the initramfs"
+ ;;
esac
done