aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-06 01:14:38 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-06 01:50:14 +0200
commit5978f36188c849b52de31da207788a0b1f3a0e66 (patch)
treea95074f9f962188b66ce636b3a438f9782416264
parent530c2f2fcc842fcdb1f5a2cb4c82f1fda6b6cc23 (diff)
downloaddebian-edu-fai+itzks-5978f36188c849b52de31da207788a0b1f3a0e66.tar.gz
debian-edu-fai+itzks-5978f36188c849b52de31da207788a0b1f3a0e66.tar.bz2
debian-edu-fai+itzks-5978f36188c849b52de31da207788a0b1f3a0e66.zip
fai/config/scripts/LAST/90-show-network-cards: Show hostname in network card summary at end-of-installation.
-rwxr-xr-xfai/config/scripts/LAST/90-show-network-cards2
1 files changed, 1 insertions, 1 deletions
diff --git a/fai/config/scripts/LAST/90-show-network-cards b/fai/config/scripts/LAST/90-show-network-cards
index b1fa45a..2b3f85c 100755
--- a/fai/config/scripts/LAST/90-show-network-cards
+++ b/fai/config/scripts/LAST/90-show-network-cards
@@ -29,7 +29,7 @@ DIALOGRC=$blue dialog --colors \
--aspect 6 \
--title "FAI - Fully Automatic Installation" \
--trim \
- --msgbox "\n\nYour network cards are:\n
+ --msgbox "\n\nHostname: $HOSTNAME\n\nYour network cards are:\n
$NETDEVINFO\n\n" 0 0 1>$out
# stop on any error, or if ESC was hit