tazwok rev 440
Fix configure_tazchroot()
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Mar 14 17:23:38 2011 +0100 (2011-03-14) |
parents | b295ee3d95b7 |
children | 3739ea8e2175 |
files | tazwok |
line diff
1.1 --- a/tazwok Sun Mar 13 21:20:02 2011 +0000 1.2 +++ b/tazwok Mon Mar 14 17:23:38 2011 +0100 1.3 @@ -2249,8 +2249,8 @@ 1.4 $( [ "$undigest" ] && echo ' mkdir -p $chroot_dir$LOCALSTATE/undigest/$SLITAZ_VERSION 1.5 echo "$SLITAZ_DIR/$SLITAZ_VERSION/packages" > $chroot_dir$LOCALSTATE/undigest/$SLITAZ_VERSION/mirror' ) 1.6 echo -e "\${LOCAL_REPOSITORY##*/}-incoming\nmain" > \$chroot_dir\$LOCALSTATE/priority 1.7 - mount -o bind proc \$chroot_dir/proc 1.8 - mount -o bind sys \$chroot_dir/sys 1.9 + mount -o bind /proc \$chroot_dir/proc 1.10 + mount -o bind /sys \$chroot_dir/sys 1.11 mount -o bind /dev/pts \$chroot_dir/dev/pts 1.12 mount -o bind /dev/shm \$chroot_dir/dev/shm 1.13 for dir in \$list_dir; do