# HG changeset patch # User Antoine Bodin # Date 1300119818 -3600 # Node ID 9c6dcc616fe9cb79aad7404f4fa58ba970d9fe4c # Parent b295ee3d95b71326cf4057066dcffad347b193ad Fix configure_tazchroot() diff -r b295ee3d95b7 -r 9c6dcc616fe9 tazwok --- a/tazwok Sun Mar 13 21:20:02 2011 +0000 +++ b/tazwok Mon Mar 14 17:23:38 2011 +0100 @@ -2249,8 +2249,8 @@ $( [ "$undigest" ] && echo ' mkdir -p $chroot_dir$LOCALSTATE/undigest/$SLITAZ_VERSION echo "$SLITAZ_DIR/$SLITAZ_VERSION/packages" > $chroot_dir$LOCALSTATE/undigest/$SLITAZ_VERSION/mirror' ) echo -e "\${LOCAL_REPOSITORY##*/}-incoming\nmain" > \$chroot_dir\$LOCALSTATE/priority - mount -o bind proc \$chroot_dir/proc - mount -o bind sys \$chroot_dir/sys + mount -o bind /proc \$chroot_dir/proc + mount -o bind /sys \$chroot_dir/sys mount -o bind /dev/pts \$chroot_dir/dev/pts mount -o bind /dev/shm \$chroot_dir/dev/shm for dir in \$list_dir; do