appliance: veewee definition to build devcloud, work in progress forked from systemvmtemplate
Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5f482f55 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5f482f55 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5f482f55 Branch: refs/heads/marvin_refactor Commit: 5f482f55cfefeb2dd837428c039277d6cb80c8bc Parents: fc946ae Author: Rohit Yadav <[email protected]> Authored: Mon Mar 25 13:26:51 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sun Mar 31 22:03:10 2013 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/devcloud/cleanup.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5f482f55/tools/appliance/definitions/devcloud/cleanup.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/devcloud/cleanup.sh b/tools/appliance/definitions/devcloud/cleanup.sh index 9e98ab0..0cdb547 100644 --- a/tools/appliance/definitions/devcloud/cleanup.sh +++ b/tools/appliance/definitions/devcloud/cleanup.sh @@ -18,4 +18,3 @@ rm /lib/udev/rules.d/75-persistent-net-generator.rules echo "Adding a 2 sec delay to the interface up, to make the dhclient happy" echo "pre-up sleep 2" >> /etc/network/interfaces -
