summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-05-07 15:46:14 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-05-07 15:46:14 (GMT)
commit1f8607372165fc4ec669a20d8e0397ba71571056 (patch)
tree149064e25337f843b53bf1eb7506c4c609feb83c /templates
parent67a6f3943c5ba03f5fe35201df16651b25696822 (diff)
downloadlinhes_dev-1f8607372165fc4ec669a20d8e0397ba71571056.zip
enter_dev_chroot.sh: change path to chroot. In R8 it is at /usr/bin/chroot
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/enter_dev_chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/enter_dev_chroot.sh b/templates/enter_dev_chroot.sh
index b3c27d6..7cc31cd 100755
--- a/templates/enter_dev_chroot.sh
+++ b/templates/enter_dev_chroot.sh
@@ -141,7 +141,7 @@ copyIn
title "CHROOT : $ARCH"
# The actual chroot:
-env -i TERM="$TERM" DISPLAY="$DISPLAY" /usr/sbin/chroot . /bin/bash --login
+env -i TERM="$TERM" DISPLAY="$DISPLAY" /usr/bin/chroot . /bin/bash --login
# Note: the unMounts take place within the 'cleanUp' proceedure.
#########################################################################