File tree Expand file tree Collapse file tree
tools/appliance/definitions/systemvmtemplate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ configure_services() {
156156 cp -rv $snapshot_dir /patches/systemvm/debian/config/* /
157157 cp -rv $snapshot_dir /patches/systemvm/debian/vpn/* /
158158 mkdir -p /usr/share/cloud/
159- tar -cvf /usr/share/cloud/cloud-scripts.tar $snapshot_dir /patches/systemvm/debian/config
160- tar -rvf /usr/share/cloud/cloud-scripts.tar cd $snapshot_dir /patches/systemvm/debian/vpn
159+ tar -cvf /usr/share/cloud/cloud-scripts.tar $snapshot_dir /patches/systemvm/debian/config/ *
160+ tar -rvf /usr/share/cloud/cloud-scripts.tar $snapshot_dir /patches/systemvm/debian/vpn/ *
161161 rm -fr $snapshot_dir cloudstack.tar.gz
162162
163163 chkconfig --add cloud-early-config
@@ -183,12 +183,15 @@ echo "*************INSTALLING PACKAGES********************"
183183install_packages
184184echo " *************DONE INSTALLING PACKAGES********************"
185185setup_accounts
186+ echo " *************DONE ACCOUNT SETUP********************"
186187configure_services
187188configure_apache2
189+ echo " *************DONE SETTING UP SERVICES********************"
188190do_fixes
191+ echo " *************DONE FIXING CONFIGURATION********************"
189192do_signature
190193
191194fin=$( date +%s)
192195t=$(( fin- begin))
193196
194- echo " Finished building systemvm appliance in $t seconds"
197+ echo " Signed systemvm build, finished building systemvm appliance in $t seconds"
You can’t perform that action at this time.
0 commit comments