Less verbose when extracting the base images
[lxc-reference.git] / initscript / lxc-reference
index 84e83d4..81248ae 100644 (file)
@@ -1,4 +1,8 @@
 #!/bin/bash
+# chkconfig: 345 20 80
+# description: Create BTRFS subvolumes for LXC reference images.
+#
+
 
 case "$1" in
     start|restart|reload)
@@ -23,7 +27,7 @@ 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 zxvf /vservers/lxc-reference-${VERSION}.tgz -C /vservers/tmp
+    tar zxf /vservers/lxc-reference-${VERSION}.tgz -C /vservers/tmp
     rm -rf /vservers/lxc-reference-${VERSION}.tgz
 fi