diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-05-07 15:46:14 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-05-07 15:46:14 (GMT) |
commit | 1f8607372165fc4ec669a20d8e0397ba71571056 (patch) | |
tree | 149064e25337f843b53bf1eb7506c4c609feb83c /templates | |
parent | 67a6f3943c5ba03f5fe35201df16651b25696822 (diff) | |
download | linhes_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-x | templates/enter_dev_chroot.sh | 2 |
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. ######################################################################### |