diff options
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() { |
