tazwok rev 192

Fix: all missing dirs are now created when mounting chroot.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Jan 22 16:44:10 2011 +0100 (2011-01-22)
parents 48614e9bb2f9
children 7dd13eca7c0b
files tazwok
line diff
     1.1 --- a/tazwok	Sat Jan 22 16:31:59 2011 +0100
     1.2 +++ b/tazwok	Sat Jan 22 16:44:10 2011 +0100
     1.3 @@ -1905,7 +1905,7 @@
     1.4  script_dir=/var/lib/tazchroot
     1.5  
     1.6  # List of directories to mount.
     1.7 -list_dir="$(for dir in packages wok src packages-incoming log flavors iso; do [ -d "$LOCAL_REPOSITORY/$dir" ] && echo $LOCAL_REPOSITORY/$dir; done)
     1.8 +list_dir="$(for dir in packages wok src packages-incoming log flavors iso; do echo $LOCAL_REPOSITORY/$dir; done)
     1.9  $SLITAZ_LOG$( [ "$undigest" ] && echo -e "\n$SLITAZ_DIR/$SLITAZ_VERSION/packages" )"
    1.10  
    1.11  create_chroot()