You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/02/28 21:47:53 UTC

[28/50] [abbrv] git commit: refs/heads/ui-multiple-nics - CLOUDSTACK-1340: Don't remove all scripts in /root, rm only those copied by veewee

CLOUDSTACK-1340: Don't remove all scripts in /root, rm only those copied by veewee

Signed-off-by: Rohit Yadav <bh...@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/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/ui-multiple-nics
Commit: 644a73bb2f024bff31536a87390917c6ac700b3f
Parents: b1fd371
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Feb 28 13:19:24 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
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"