diff options
author | maximilian attems <maks@debian.org> | 2005-11-28 17:50:24 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-11-28 17:50:24 +0100 |
commit | 57732aa03ef035c09cfcea98086fff11670e7470 (patch) | |
tree | 94ed81f49fcc433634f029e6e9dfe65e878ecc20 /init | |
parent | 5952a2fe8e6484b1813faaab93783764ff9026e8 (diff) | |
download | initramfs-tools-57732aa03ef035c09cfcea98086fff11670e7470.tar.gz initramfs-tools-57732aa03ef035c09cfcea98086fff11670e7470.zip |
sync ubuntu: breaknow
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 |