summaryrefslogtreecommitdiff
path: root/create-vm
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-25 17:33:26 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-25 17:33:26 +0300
commitb83e16f40b3b3510f6922ab6fcfdfc0f929fb835 (patch)
tree97d7077c4ec27e6658dec087d50e4f6ec42484b7 /create-vm
parent0773b3f951a929ec77a82119be1d716319cdad9b (diff)
downloadansibleness-b83e16f40b3b3510f6922ab6fcfdfc0f929fb835.tar.gz
Fix wipe argument
Diffstat (limited to 'create-vm')
-rwxr-xr-xcreate-vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-vm b/create-vm
index dfc3499..bb0f54b 100755
--- a/create-vm
+++ b/create-vm
@@ -59,7 +59,7 @@ size="4G"
# Create new LV.
sudo lvcreate --name "$name" --size "$size" \
- --zero y --wipe-signatures y --activate y "$vg"
+ --zero y --wipesignatures y --activate y "$vg"
lvpath="/dev/$vg/$name"
# Copy uncompressed image to LV.