summaryrefslogtreecommitdiff
path: root/templates/Debian-8.0-amd64-netboot/zerodisk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/Debian-8.0-amd64-netboot/zerodisk.sh')
-rw-r--r--templates/Debian-8.0-amd64-netboot/zerodisk.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/Debian-8.0-amd64-netboot/zerodisk.sh b/templates/Debian-8.0-amd64-netboot/zerodisk.sh
deleted file mode 100644
index 938075a..0000000
--- a/templates/Debian-8.0-amd64-netboot/zerodisk.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Zero out the free space to save space in the final image:
-dd if=/dev/zero of=/EMPTY bs=1M
-rm -f /EMPTY