diff --git a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh index 581e868edc9..d0cc1319187 100644 --- a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh +++ b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh @@ -32,7 +32,7 @@ function cleanup_veewee() { function zero_disk() { cleanup_veewee - for path in / /boot /usr /var /opt /tmp /home + for path in / /boot /usr /var /var/log /opt /tmp /home do dd if=/dev/zero of=${path}/zero bs=1M || true sync