[scripts] mkloopcard: export CHROOT_DIR

This commit is contained in:
Fabio Erculiani 2012-02-01 15:33:39 +01:00
parent fbda043516
commit bd371cdab4

View File

@ -33,6 +33,8 @@ FILE="${2}"
SIZE="${3}" SIZE="${3}"
BOOT_DIR="${4}" BOOT_DIR="${4}"
CHROOT_DIR="${5}" CHROOT_DIR="${5}"
# we use this in *remaster_{pre,post}.sh scripts
export CHROOT_DIR
# Should we make a tarball of the rootfs and bootfs? # Should we make a tarball of the rootfs and bootfs?
MAKE_TARBALL="${MAKE_TARBALL:-1}" MAKE_TARBALL="${MAKE_TARBALL:-1}"