Updated Branches: refs/heads/master eee720cea -> 99ed89180
appliance: Fix readme and zerodisk /home 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/99ed8918 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/99ed8918 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/99ed8918 Branch: refs/heads/master Commit: 99ed891804f9cd2c9f8d1df6676034c8af35c371 Parents: eee720c Author: Rohit Yadav <bhais...@apache.org> Authored: Mon Mar 18 11:00:39 2013 +0530 Committer: Rohit Yadav <bhais...@apache.org> Committed: Mon Mar 18 11:00:39 2013 +0530 ---------------------------------------------------------------------- tools/appliance/README.md | 4 ++-- .../definitions/systemvmtemplate/zerodisk.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99ed8918/tools/appliance/README.md ---------------------------------------------------------------------- diff --git a/tools/appliance/README.md b/tools/appliance/README.md index 559f79c..bb28829 100644 --- a/tools/appliance/README.md +++ b/tools/appliance/README.md @@ -26,11 +26,11 @@ under the License. export PATH=~/.rvm/bin:$PATH - Install Ruby 1.9.3, if it installed some other version: rvm install 1.9.3 + - Install bundler: (if you get any openssl issue see https://rvm.io/packages/openssl) + gem install bundler All the dependencies will be fetched automatically. -Vagrant: https://github.com/chipchilders/vagrant.git - To save some time if you've downloaded iso of your distro, put the isos in: tools/appliance/iso/ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99ed8918/tools/appliance/definitions/systemvmtemplate/zerodisk.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh index 25bd8c4..b00f7ae 100644 --- a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh +++ b/tools/appliance/definitions/systemvmtemplate/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 +for path in / /boot /usr /var /opt /tmp /home do dd if=/dev/zero of=$path/zero bs=1M sync