diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-06 01:14:38 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-06 01:50:14 +0200 |
| commit | 5978f36188c849b52de31da207788a0b1f3a0e66 (patch) | |
| tree | a95074f9f962188b66ce636b3a438f9782416264 | |
| parent | 530c2f2fcc842fcdb1f5a2cb4c82f1fda6b6cc23 (diff) | |
| download | debian-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-x | fai/config/scripts/LAST/90-show-network-cards | 2 |
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 |
