oops
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 May 2013 10:26:12 +0000 (12:26 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 May 2013 10:26:12 +0000 (12:26 +0200)
vbuild-init-vserver.sh

index ba5ba86..301b838 100755 (executable)
@@ -277,7 +277,7 @@ function setup_vserver () {
        # try the simple way, if that fails try to cross fix the rpm hashes
        $personality vserver $VERBOSE $vserver exec rpm --rebuilddb || translate_rpm_hashes $personality $vserver
       
-    elif [ "$pkg_method" == "yum" ] ; then
+    elif [ "$pkg_method" == "debootstrap" ] ; then
        # just check the vm is running
        $personality vserver $VERBOSE $vserver exec arch 
     fi