summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/sdcard1/Linux/jessie.sh4
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 {