summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--satellit_upgrader/updater.template.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh
index a1aa76b..faf05f5 100644
--- a/satellit_upgrader/updater.template.sh
+++ b/satellit_upgrader/updater.template.sh
@@ -377,6 +377,9 @@ if [ -n "$TGZ_SLXADMIN" ]; then
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "Congratulations! You have won a bwLehrpool-Server with iPXE support!"
echo "Do you want to enable iPXE boot support instead of the old ipxelinux4 approach?"
+ echo "It is required for EFI-only netboot (Fujitsu Q958) and assigning different"
+ echo "menus to individual rooms / locations."
+ echo "(Instructions on changing this later can be found in the wiki.)"
echo -n "If unsure, say NO here. [y/n]: "
read answer
while ! [[ "$answer" =~ ^[nNyY] ]]; do