diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-06-20 10:57:06 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-06-20 10:57:06 +0100 |
| commit | 1a4825120333e302a34e626e28a2ad92640c7623 (patch) | |
| tree | 6cfdab1d238a51bf8ecbe0470573b304dc71c28a | |
| parent | 33ab5f22cc8ca42b2039a65341703eba284a173e (diff) | |
add makefile
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | data/local/userinit.sh | 4 | ||||
| -rw-r--r-- | storage/sdcard1/Linux/jessie.sh | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91d21c8 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +reboot: + adb reboot && adb wait-for-device && adb shell diff --git a/data/local/userinit.sh b/data/local/userinit.sh deleted file mode 100644 index 7872455..0000000 --- a/data/local/userinit.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/system/bin/sh - -cd /storage/sdcard1/Linux -sh jessie.sh start_services diff --git a/storage/sdcard1/Linux/jessie.sh b/storage/sdcard1/Linux/jessie.sh index 0e5efe0..ea42f4e 100644 --- a/storage/sdcard1/Linux/jessie.sh +++ b/storage/sdcard1/Linux/jessie.sh @@ -69,4 +69,3 @@ case $ARG in exit 1 ;; esac - |
