diff options
| author | Jonathan Bauer | 2012-12-11 15:37:53 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-12-11 15:37:53 +0100 |
| commit | 248e21f673843ee59b82318dd0e429150204ccd0 (patch) | |
| tree | 76a02af9c489c6d4b562fcdbe607d7d86b08c95c | |
| parent | reworked setup-tools, generation of base dir structure of stage3.2 with tool ... (diff) | |
| download | tm-scripts-248e21f673843ee59b82318dd0e429150204ccd0.tar.gz tm-scripts-248e21f673843ee59b82318dd0e429150204ccd0.tar.xz tm-scripts-248e21f673843ee59b82318dd0e429150204ccd0.zip | |
debug shell fix
| -rw-r--r-- | remote/tools/base/README | 15 | ||||
| -rw-r--r-- | remote/tools/systemd/data/debug-shell.service | 2 |
2 files changed, 1 insertions, 16 deletions
diff --git a/remote/tools/base/README b/remote/tools/base/README deleted file mode 100644 index 39d10af1..00000000 --- a/remote/tools/base/README +++ /dev/null @@ -1,15 +0,0 @@ -MISSING FILES - -lib/i386-linux-gnu/libcap* -lib/i386-linux-gnu/libcidn* -lib/i386-linux-gnu/libcom_err.* -lib/i386-linux-gnu/libcrypt.* -lib/i386-linux-gnu/libcrypto.so.* -lib/i386-linux-gnu/libns* -lib/i386-linux-gnu/libpam* -lib/i386-linux-gnu/libutil* -lib/i386-linux-gnu/security/* - -Install libc6 package? - -Add debug-shell.service diff --git a/remote/tools/systemd/data/debug-shell.service b/remote/tools/systemd/data/debug-shell.service index 2aa98d3c..1e1a6b56 100644 --- a/remote/tools/systemd/data/debug-shell.service +++ b/remote/tools/systemd/data/debug-shell.service @@ -13,7 +13,7 @@ IgnoreOnIsolate=yes [Service] Environment=TERM=linux -ExecStart=@sushell@ +ExecStart=/bin/bash Restart=always RestartSec=0 StandardInput=tty |
