diff options
| author | Paul Buetow (uranus) <paul@buetow.org> | 2015-12-05 13:21:36 +0000 |
|---|---|---|
| committer | Paul Buetow (uranus) <paul@buetow.org> | 2015-12-05 13:21:36 +0000 |
| commit | 7ef975956cb21cc8410966e366736bdcb0bc2b95 (patch) | |
| tree | 41e6fde7ef0a5ec9919147b31adfe70dca195092 /storage/sdcard1/Linux | |
| parent | a5542b650fb4bea4b9cf5bbd62bee7ebbbf18ba0 (diff) | |
add android 6 debroid
Diffstat (limited to 'storage/sdcard1/Linux')
| -rw-r--r-- | storage/sdcard1/Linux/jessie.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/sdcard1/Linux/jessie.sh b/storage/sdcard1/Linux/jessie.sh index 637ffdc..16d06c3 100644 --- a/storage/sdcard1/Linux/jessie.sh +++ b/storage/sdcard1/Linux/jessie.sh @@ -8,11 +8,11 @@ export LOOP_DEVICE=/dev/block/loop1 export SHELL=/bin/bash function start_services { - HOME=/root LD_PRELOAD='' chroot $ROOT $SHELL /etc/rc.debroid + HOME=/root chroot $ROOT $SHELL /etc/rc.debroid } function enter_chroot { - HOME=/root LD_PRELOAD='' chroot $ROOT $SHELL -l + HOME=/root chroot $ROOT $SHELL -l } function mount_chroot { |
