Updated Branches: refs/heads/master b1fd37165 -> 644a73bb2
CLOUDSTACK-1340: Don't remove all scripts in /root, rm only those copied by veewee Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/644a73bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/644a73bb Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/644a73bb Branch: refs/heads/master Commit: 644a73bb2f024bff31536a87390917c6ac700b3f Parents: b1fd371 Author: Rohit Yadav <[email protected]> Authored: Thu Feb 28 13:19:24 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Thu Feb 28 13:19:59 2013 +0530 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/zerodisk.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/644a73bb/tools/appliance/definitions/systemvmtemplate/zerodisk.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh index 3fc80f7..cb79308 100644 --- a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh +++ b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh @@ -1,5 +1,6 @@ # Clean up stuff copied in by veewee -rm -f /root/* +rm -fv /root/*.iso +rm -fv /root/base.sh /root/cleanup.sh /root/postinstall.sh /root/zerodisk.sh echo "Cleaning up"
