summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-18 12:13:21 +0200
committerSimon Rettberg2019-04-18 12:13:21 +0200
commit13363de01b3a04a8a33c1a34218f7287669acd9c (patch)
tree3323fcbfa614632013e94cbb1061e12c3011316c
parent[SSUS] Always pull ipxe (diff)
downloadsetup-scripts-13363de01b3a04a8a33c1a34218f7287669acd9c.tar.gz
setup-scripts-13363de01b3a04a8a33c1a34218f7287669acd9c.tar.xz
setup-scripts-13363de01b3a04a8a33c1a34218f7287669acd9c.zip
[SSUS] Improve iPXE message
-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