diff options
| author | Jonathan Bauer | 2014-07-28 17:27:34 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-07-28 17:27:34 +0200 |
| commit | 962df83e5fe66190fee18da05cdf71d74b81b991 (patch) | |
| tree | dee2e3baf0512728708a18a308dd7f259decf9d1 /remote/includes/chroot.inc | |
| parent | [pvs2] also copy the qt4-svg package to stage32 (diff) | |
| parent | helpers/includes now should include an __init function and not just do stuff ... (diff) | |
| download | tm-scripts-962df83e5fe66190fee18da05cdf71d74b81b991.tar.gz tm-scripts-962df83e5fe66190fee18da05cdf71d74b81b991.tar.xz tm-scripts-962df83e5fe66190fee18da05cdf71d74b81b991.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/includes/chroot.inc')
| -rw-r--r-- | remote/includes/chroot.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/remote/includes/chroot.inc b/remote/includes/chroot.inc index 4a8a350f..146d7e7e 100644 --- a/remote/includes/chroot.inc +++ b/remote/includes/chroot.inc @@ -15,11 +15,11 @@ # # ----------------------------------------------------------------------------- -CHROOT_TEMPDIR="${ROOT_DIR}/remote/chroot.tmp" -CHROOT_MOUNTDIR="${CHROOT_TEMPDIR}/rootmount" -CHROOT_BINDDIR="${CHROOT_TEMPDIR}/rootbind" -CHROOT_LOWERDIR="/" -CHROOT_BINDMOUNTS="/dev /proc /sys /run" +declare -rg CHROOT_TEMPDIR="${ROOT_DIR}/remote/chroot.tmp" +declare -rg CHROOT_MOUNTDIR="${CHROOT_TEMPDIR}/rootmount" +declare -rg CHROOT_BINDDIR="${CHROOT_TEMPDIR}/rootbind" +declare -rg CHROOT_LOWERDIR="/" +declare -rg CHROOT_BINDMOUNTS="/dev /proc /sys /run" # Helper function to setup the directory structure chroot_prepare_dirs() { |
