From 7d9e46425f6a56bd318f572135bf16d409ef96da Mon Sep 17 00:00:00 2001 From: Leo Simons Date: Mon, 21 Jul 2014 12:28:32 +0200 Subject: [PATCH] CLOUDSTACK-7143: rename postinstall.sh to represent what remains --- .../{postinstall.sh => configure_systemvm_services.sh} | 0 tools/appliance/definitions/systemvmtemplate/definition.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/appliance/definitions/systemvmtemplate/{postinstall.sh => configure_systemvm_services.sh} (100%) diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh similarity index 100% rename from tools/appliance/definitions/systemvmtemplate/postinstall.sh rename to tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb b/tools/appliance/definitions/systemvmtemplate/definition.rb index 556b8f2737f..ac67075956b 100644 --- a/tools/appliance/definitions/systemvmtemplate/definition.rb +++ b/tools/appliance/definitions/systemvmtemplate/definition.rb @@ -65,7 +65,7 @@ config = { 'configure_networking.sh', 'configure_acpid.sh', 'install_systemvm_packages.sh', - 'postinstall.sh', + 'configure_systemvm_services.sh', 'configure_conntrack.sh', 'cleanup.sh', 'zerodisk.sh'