Merge branch 'master' of ssh://git.planet-lab.org/git/lxc-reference
authorMarco Yuen <marcoy@cs.princeton.edu>
Thu, 22 Dec 2011 16:46:45 +0000 (11:46 -0500)
committerMarco Yuen <marcoy@cs.princeton.edu>
Thu, 22 Dec 2011 16:46:45 +0000 (11:46 -0500)
Conflicts:
initscript/lxc-reference

1  2 
initscript/lxc-reference

diff --combined initscript/lxc-reference
@@@ -25,9 -25,9 +25,9 @@@ VERSION=`yum info lxc-reference | grep 
  
  if [ -f /vservers/lxc-reference-${VERSION}.tgz ]; then
      mkdir -p /vservers/.lvref
-     btrfs subvolume /vservers/.lvref/lxc-f14-x86_86
-     btrfs subvolume /vservers/.lvref/lxc-squeeze-x86_86
-     tar zxf /vservers/lxc-reference-${VERSION}.tgz -C /vservers/tmp
+     btrfs subvolume create /vservers/.lvref/lxc-f14-x86_64
+     btrfs subvolume create /vservers/.lvref/lxc-squeeze-x86_64
 -    tar zxvf /vservers/lxc-reference-${VERSION}.tgz -C /vservers/
++    tar zxf /vservers/lxc-reference-${VERSION}.tgz -C /vservers/
      rm -rf /vservers/lxc-reference-${VERSION}.tgz
  fi