summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-16 20:22:23 +0200
committervarac <varacanero@zeromail.org>2012-10-16 20:22:23 +0200
commit07b4f696d966e5f5073181a2b16800fb093447ae (patch)
tree93c0773fd8681bc702a8f344f73eda33292072c5
parent7951749a1afc0f30075a70a7d3315a789482dcce (diff)
silence csplit
-rwxr-xr-xcreate-guest-with-cloudinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-guest-with-cloudinit b/create-guest-with-cloudinit
index e1f6e75..7df00cd 100755
--- a/create-guest-with-cloudinit
+++ b/create-guest-with-cloudinit
@@ -95,7 +95,7 @@ echo ",+," | sfdisk -q -N2 /dev/$VG/$vmname > /dev/null 2>&1
# create cloudinit seed disk
-csplit --prefix "$VARDIR/$vmname" $cfg '/#cloud-config/'
+csplit -q --prefix "$VARDIR/$vmname" $cfg '/#cloud-config/'
metadata="$VARDIR/${vmname}00"
userdata="$VARDIR/${vmname}01"