tazwok rev 314
Update configure_tazchroot() according last changes.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Feb 18 18:10:48 2011 +0100 (2011-02-18) |
parents | f6d9c6650a5a |
children | 35ceb7fc85e0 |
files | tazwok |
line diff
1.1 --- a/tazwok Fri Feb 18 18:08:27 2011 +0100 1.2 +++ b/tazwok Fri Feb 18 18:10:48 2011 +0100 1.3 @@ -2143,10 +2143,10 @@ 1.4 1.5 # Default scripts path (theses scripts are added in the 1.6 # $chroot_dir/usr/bin and can be called with tazchroot script) 1.7 -script_dir=/var/lib/tazchroot 1.8 +script_dir=/usr/lib/slitaz/chroot-scripts/tazwok 1.9 1.10 # List of directories to mount. 1.11 -list_dir="$(for dir in packages wok src packages-incoming log flavors iso; do echo $LOCAL_REPOSITORY/$dir; done) 1.12 +list_dir="$(for dir in packages wok src packages-incoming log flavors iso clean-chroot; do echo $LOCAL_REPOSITORY/$dir; done) 1.13 $SLITAZ_LOG$( [ "$undigest" ] && echo -e "\n$SLITAZ_DIR/$SLITAZ_VERSION/packages" )" 1.14 1.15 create_chroot()