You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/30 12:12:30 UTC

git commit: updated refs/heads/4.5 to fe6c009

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 9080ed6ef -> fe6c00939


zerodisk: zeroout /var/log and cleanup

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fe6c0093
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fe6c0093
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fe6c0093

Branch: refs/heads/4.5
Commit: fe6c0093996195c6c82399618422329f58109206
Parents: 9080ed6
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Mar 30 15:42:11 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Mar 30 15:42:11 2015 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/zerodisk.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fe6c0093/tools/appliance/definitions/systemvm64template/zerodisk.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/zerodisk.sh b/tools/appliance/definitions/systemvm64template/zerodisk.sh
index b00f7ae..1125659 100644
--- a/tools/appliance/definitions/systemvm64template/zerodisk.sh
+++ b/tools/appliance/definitions/systemvm64template/zerodisk.sh
@@ -6,7 +6,7 @@ rm -fv .veewee_version .veewee_params .vbox_version
 echo "Cleaning up"
 
 # Zero out the free space to save space in the final image:
-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
   sync