diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ for x in $(cat /proc/cmdline); do break) break=yes ;; + breaknow) + panic "Spawning shell within the initramfs" + ;; esac done |