summaryrefslogtreecommitdiff
path: root/v-i
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-16 18:50:44 +0200
committerLars Wirzenius <liw@liw.fi>2022-02-19 10:48:52 +0200
commit341d550a1bf366d3a5031062e242279384b8750d (patch)
tree4182c8c50f3f5ccc1b7685c6c1eadc3a8bd98ba4 /v-i
parent060aab55793f269b81f87591a0ae9e2fc5350292 (diff)
downloadv-i-341d550a1bf366d3a5031062e242279384b8750d.tar.gz
fix: tell the mount step to not run zerofree
Sponsored-by: author
Diffstat (limited to 'v-i')
-rwxr-xr-xv-i2
1 files changed, 1 insertions, 1 deletions
diff --git a/v-i b/v-i
index 5197acf..0e083ae 100755
--- a/v-i
+++ b/v-i
@@ -181,7 +181,7 @@ def lvcreate(vg, name, size):
def mount(tag, dirname=None, mount_on=None):
- d = {"mount": tag}
+ d = {"mount": tag, "zerofree": False}
if dirname is not None:
d["dirname"] = dirname
if mount_on is not None: