appliance: during cleanup remove veewee and vbox txt files Signed-off-by: Rohit Yadav <bhais...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/602ca7fe Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/602ca7fe Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/602ca7fe Branch: refs/heads/gslb-wip Commit: 602ca7fe6d6538f190a453c2fb6f7d9f7f95fc98 Parents: 9906606 Author: Rohit Yadav <bhais...@apache.org> Authored: Thu Mar 7 16:49:50 2013 +0530 Committer: Rohit Yadav <bhais...@apache.org> Committed: Thu Mar 7 16:50:37 2013 +0530 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/zerodisk.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/602ca7fe/tools/appliance/definitions/systemvmtemplate/zerodisk.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh index cb79308..25bd8c4 100644 --- a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh +++ b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh @@ -1,6 +1,7 @@ # Clean up stuff copied in by veewee rm -fv /root/*.iso rm -fv /root/base.sh /root/cleanup.sh /root/postinstall.sh /root/zerodisk.sh +rm -fv .veewee_version .veewee_params .vbox_version echo "Cleaning up"