Enable zerofree script
* Warning:
- mirror-image - it will require ~120Gb
- day01 - it will require ~55Gb
- ubuntu-16.04 - it will require ~10Gb
from backend build system.
* Those option decrease size, but significantly increases build time
Change-Id: Ib7ac5b0c4297e75c79d7d514a07b07104959145d
diff --git a/day01-image/template.json b/day01-image/template.json
index 4db83f2..1406680 100644
--- a/day01-image/template.json
+++ b/day01-image/template.json
@@ -86,7 +86,8 @@
"scripts": [
"scripts/security.sh",
"scripts/cleanup.sh",
- "scripts/info.sh"
+ "scripts/info.sh",
+ "scripts/zerodisk.sh"
]
},
{