summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-16 15:13:50 +0200
committerLars Wirzenius <liw@liw.fi>2022-02-16 15:13:50 +0200
commit1a24a2b3237411f2f9abb338dce6d271cee66586 (patch)
treeab4320b78b9be074648322915ae21e2e64ba40d2
parent5bf9771aac8d823ffa7d9425a89a1e9e8acfd3eb (diff)
downloadvmdb2-1a24a2b3237411f2f9abb338dce6d271cee66586.tar.gz
fix: drop use of zerofree step in sample files
We briefly had a step called zerofree, but we dropped. The functionality is now done unconditionally. This is simpler and doesn't seem to have drawbacks so far. Sponsored-by: author
-rw-r--r--amd64-uefi.vmdb2
-rw-r--r--amd64.vmdb2
-rw-r--r--ansible.vmdb2
-rw-r--r--arm64-uefi.vmdb2
-rw-r--r--armhf-uefi.vmdb2
-rw-r--r--i386-uefi.vmdb2
-rw-r--r--i386.vmdb2
-rw-r--r--lvm2.vmdb2
-rw-r--r--pc.vmdb2
-rw-r--r--ppc64el.vmdb2
-rw-r--r--smoke-amd64.vmdb2
-rw-r--r--smoke-i386.vmdb2
-rw-r--r--smoke-pc.vmdb2
-rw-r--r--smoke-ppc64el.vmdb2
-rw-r--r--smoke-uefi-amd64.vmdb2
-rw-r--r--smoke-uefi-arm64.vmdb2
-rw-r--r--smoke-uefi-armhf.vmdb2
-rw-r--r--smoke-uefi-i386.vmdb2
-rw-r--r--smoke-uefi.vmdb2
-rw-r--r--uefi.vmdb2
-rw-r--r--without-tests1
21 files changed, 0 insertions, 41 deletions
diff --git a/amd64-uefi.vmdb b/amd64-uefi.vmdb
index 4fbd85c..872de16 100644
--- a/amd64-uefi.vmdb
+++ b/amd64-uefi.vmdb
@@ -61,5 +61,3 @@ steps:
- grub: uefi
tag: /
efi: efi
-
- - zerofree: /
diff --git a/amd64.vmdb b/amd64.vmdb
index 4b110a5..e8efe72 100644
--- a/amd64.vmdb
+++ b/amd64.vmdb
@@ -54,5 +54,3 @@ steps:
- grub: bios
tag: /
quiet: false
-
- - zerofree: /
diff --git a/ansible.vmdb b/ansible.vmdb
index 24e13ee..55c09cc 100644
--- a/ansible.vmdb
+++ b/ansible.vmdb
@@ -49,5 +49,3 @@ steps:
- grub: bios
tag: /
-
- - zerofree: /
diff --git a/arm64-uefi.vmdb b/arm64-uefi.vmdb
index f125b2a..2a72100 100644
--- a/arm64-uefi.vmdb
+++ b/arm64-uefi.vmdb
@@ -61,5 +61,3 @@ steps:
- grub: uefi
tag: /
efi: efi
-
- - zerofree: /
diff --git a/armhf-uefi.vmdb b/armhf-uefi.vmdb
index b8fb6c9..85235a0 100644
--- a/armhf-uefi.vmdb
+++ b/armhf-uefi.vmdb
@@ -62,5 +62,3 @@ steps:
tag: /
efi: efi
console: serial
-
- - zerofree: /
diff --git a/i386-uefi.vmdb b/i386-uefi.vmdb
index bbd05ce..e898d6a 100644
--- a/i386-uefi.vmdb
+++ b/i386-uefi.vmdb
@@ -61,5 +61,3 @@ steps:
- grub: uefi
tag: /
efi: efi
-
- - zerofree: /
diff --git a/i386.vmdb b/i386.vmdb
index 2bd9437..239b58e 100644
--- a/i386.vmdb
+++ b/i386.vmdb
@@ -54,5 +54,3 @@ steps:
- grub: bios
tag: /
quiet: false
-
- - zerofree: /
diff --git a/lvm2.vmdb b/lvm2.vmdb
index 084a5a5..8eea87a 100644
--- a/lvm2.vmdb
+++ b/lvm2.vmdb
@@ -73,5 +73,3 @@ steps:
tag: rootfs
image-dev: "{{ image }}"
console: serial
-
- - zerofree: /
diff --git a/pc.vmdb b/pc.vmdb
index 58dd646..59aeb9e 100644
--- a/pc.vmdb
+++ b/pc.vmdb
@@ -53,5 +53,3 @@ steps:
- grub: bios
tag: /
quiet: false
-
- - zerofree: /
diff --git a/ppc64el.vmdb b/ppc64el.vmdb
index 5d28b54..5bc4cba 100644
--- a/ppc64el.vmdb
+++ b/ppc64el.vmdb
@@ -59,5 +59,3 @@ steps:
tag: /
prep: prep
console: serial
-
- - zerofree: /
diff --git a/smoke-amd64.vmdb b/smoke-amd64.vmdb
index ccaff46..ba337ac 100644
--- a/smoke-amd64.vmdb
+++ b/smoke-amd64.vmdb
@@ -70,5 +70,3 @@ steps:
- grub: bios
tag: rootfs
console: serial
-
- - zerofree: rootfs
diff --git a/smoke-i386.vmdb b/smoke-i386.vmdb
index 7028505..8f769d9 100644
--- a/smoke-i386.vmdb
+++ b/smoke-i386.vmdb
@@ -70,5 +70,3 @@ steps:
- grub: bios
tag: rootfs
console: serial
-
- - zerofree: rootfs
diff --git a/smoke-pc.vmdb b/smoke-pc.vmdb
index d7aadeb..0430a8b 100644
--- a/smoke-pc.vmdb
+++ b/smoke-pc.vmdb
@@ -69,5 +69,3 @@ steps:
- grub: bios
tag: rootfs
console: serial
-
- - zerofree: rootfs
diff --git a/smoke-ppc64el.vmdb b/smoke-ppc64el.vmdb
index 2dc9f53..1111de5 100644
--- a/smoke-ppc64el.vmdb
+++ b/smoke-ppc64el.vmdb
@@ -71,5 +71,3 @@ steps:
tag: rootfs
prep: prep
console: serial
-
- - zerofree: rootfs
diff --git a/smoke-uefi-amd64.vmdb b/smoke-uefi-amd64.vmdb
index 74bf8aa..3044801 100644
--- a/smoke-uefi-amd64.vmdb
+++ b/smoke-uefi-amd64.vmdb
@@ -74,5 +74,3 @@ steps:
tag: rootfs
efi: efifs
console: serial
-
- - zerofree: rootfs
diff --git a/smoke-uefi-arm64.vmdb b/smoke-uefi-arm64.vmdb
index bc461b6..95e4c4b 100644
--- a/smoke-uefi-arm64.vmdb
+++ b/smoke-uefi-arm64.vmdb
@@ -74,5 +74,3 @@ steps:
tag: rootfs
efi: efifs
console: serial
-
- - zerofree: rootfs
diff --git a/smoke-uefi-armhf.vmdb b/smoke-uefi-armhf.vmdb
index 102e13f..0906dcc 100644
--- a/smoke-uefi-armhf.vmdb
+++ b/smoke-uefi-armhf.vmdb
@@ -74,5 +74,3 @@ steps:
tag: rootfs
efi: efifs
console: serial
-
- - zerofree: rootfs
diff --git a/smoke-uefi-i386.vmdb b/smoke-uefi-i386.vmdb
index fe3806b..f04d74a 100644
--- a/smoke-uefi-i386.vmdb
+++ b/smoke-uefi-i386.vmdb
@@ -74,5 +74,3 @@ steps:
tag: rootfs
efi: efifs
console: serial
-
- - zerofree: rootfs
diff --git a/smoke-uefi.vmdb b/smoke-uefi.vmdb
index 72a38cb..2c8545a 100644
--- a/smoke-uefi.vmdb
+++ b/smoke-uefi.vmdb
@@ -74,5 +74,3 @@ steps:
tag: rootfs
efi: efifs
console: serial
-
- - zerofree: rootfs
diff --git a/uefi.vmdb b/uefi.vmdb
index d7405cb..a29c394 100644
--- a/uefi.vmdb
+++ b/uefi.vmdb
@@ -58,5 +58,3 @@ steps:
- grub: uefi
tag: /
efi: efi
-
- - zerofree: /
diff --git a/without-tests b/without-tests
index 520f822..9ae75ef 100644
--- a/without-tests
+++ b/without-tests
@@ -29,7 +29,6 @@ vmdb/plugins/set_part_flag_plugin.py
vmdb/plugins/unpack_rootfs_plugin.py
vmdb/plugins/vgcreate_plugin.py
vmdb/plugins/virtualfs_plugin.py
-vmdb/plugins/zerofree_plugin.py
vmdb/plugins/cryptsetup_plugin.py
vmdb/runcmd.py
vmdb/state.py