summaryrefslogtreecommitdiffstats
path: root/satellit_installer/satellit_installer
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/satellit_installer')
-rwxr-xr-xsatellit_installer/satellit_installer13
1 files changed, 9 insertions, 4 deletions
diff --git a/satellit_installer/satellit_installer b/satellit_installer/satellit_installer
index 2a29cf4..9676f48 100755
--- a/satellit_installer/satellit_installer
+++ b/satellit_installer/satellit_installer
@@ -149,8 +149,9 @@ install_slxadmin_db
# color prompt, aliases
patch_bashrc
+# Empty tar file for slx-admin
tar -z -c -T /dev/null -f /opt/openslx/empty.tgz
-
+
# Mark vmstore as not mounted
touch "/srv/openslx/nfs/.notmounted"
@@ -159,7 +160,6 @@ write_versionstring
# cleaning log files, authorized hosts, sources
clean_install
-end_message
# This part drops a script and anchors it's execution within root's .profile
# Do this at the end so it's not there if something failed
@@ -170,8 +170,13 @@ finalize # Cleaning script; finalize script will delete itself.
[ "$NODELETE_SOURCE" != "true" ] && { echo "#"; echo "# Deleting source directory..."; rm -rf "$BASEDIR"; echo "# done."; } \
|| { echo "#"; echo "# Not deleting source directory; nodelete option was given."; }
-echo "Warte vor Beendigung auf eventuelle Hintergrundprozesse."
-echo "iPXE-Kompilationslog wurde nach /tmp/ipxesuccess geschrieben."
+echo "Power down the VM and the server is ready for distribution."
+echo "Do not login again or reboot the VM, as this will already trigger some scripts"
+echo "that are supposed to run at the customer's site."
+echo ""
+echo "Waiting for background processes (ipxe, ...)"
+echo "iPXE log will be written to /tmp/ipxesuccess."
wait
+echo "Done."
exit 0