diff options
| author | Jonathan Bauer | 2013-03-12 13:14:08 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-12 13:14:08 +0100 |
| commit | a49e60cb2d097c8bb4ec3ae2e473f1f2aab697b4 (patch) | |
| tree | aae5dbfadf406368c7afebe73bb1aaab02fc57ac | |
| parent | mltk now uses setup_core (diff) | |
| download | tm-scripts-a49e60cb2d097c8bb4ec3ae2e473f1f2aab697b4.tar.gz tm-scripts-a49e60cb2d097c8bb4ec3ae2e473f1f2aab697b4.tar.xz tm-scripts-a49e60cb2d097c8bb4ec3ae2e473f1f2aab697b4.zip | |
stage3.1 'debug' to drop a shell
| -rwxr-xr-x | remote/core/data/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/core/data/init b/remote/core/data/init index 510a17e3..54044938 100755 --- a/remote/core/data/init +++ b/remote/core/data/init @@ -32,7 +32,7 @@ read KCL < /proc/cmdline export KCL for opts in ${KCL}; do case ${opts} in - debug=*) + debug*) DEBUG=1;; ip=*) # process IP info |
