Browse Source

updated vbootstrap: 0.0.40 release

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@3300 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
b74b4742a9
2 changed files with 4 additions and 2 deletions
  1. 2 1
      libvbuilder.sh.in
  2. 2 1
      vbootstrap-vl.spec

+ 2 - 1
libvbuilder.sh.in

@@ -32,6 +32,7 @@ setup-vbuilder(){
     with_unionfs=0
     with_sign=0
     with_no_install=0
+    with_login=0
     with_debug=0
     with_actions=0
     with_ix86_on_x86_64=0
@@ -349,7 +350,7 @@ mount-chroot-mount(){
 	unionfs_dir)
 	    if [ $with_unionfs -eq 1 ]; then
 		[ -d ${UNIONFS_ROOT} ] || mkdir -p ${UNIONFS_ROOT}
-		[ -z "$(mount | grep ${BUILD_ROOT})" ] && \
+		[ -z "$(mount | grep ${UNIONFS_ROOT})" ] && \
 		    mount -t unionfs -o dirs=${UNIONFS_ROOT}=rw:${BUILD_ROOT}=ro unionfs ${BUILD_ROOT}
 		unionctl ${BUILD_ROOT} --list
 	    fi

+ 2 - 1
vbootstrap-vl.spec

@@ -82,7 +82,8 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 %changelog
 * Sun Mar 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.40-1
 - updated vbuilder.sh.in
-  - arranged some procedures to mount /proc and unionfs_dir
+  - arranged some procedures to mount /proc and unionfs_dir 
+    (Thanks to parrot-san and iwai-san)
 
 * Sun Feb 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.39-1
 - updated vbuilder.sh.in