diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-12-10 14:03:09 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-12-10 14:03:09 +0100 |
commit | ce63f8dea2801019f43ececa9b12cce5d766c449 (patch) | |
tree | 01d7c4b08892f15875a19c0baccafe0ddc883ff2 /installer/opengnsys_installer.sh | |
parent | b727dc1e3754a361b7911407d316e8a33aca9c33 (diff) |
#938: Show instructions to download BURG after installing/updating.
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index b7752655..95cd86ea 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1600,6 +1600,8 @@ function installationSummary() echoAndLog "It's strongly recommended to synchronize this server with an NTP server." echoAndLog "Review or edit all configuration files." echoAndLog "Insert DHCP configuration data and restart service." + echoAndLog "Optional: If you want to use BURG as boot manager, run" + echoAndLog " \"curl $DOWNLOADURL/burg.tgz -o $INSTALL_TARGET/client/lib/burg.tgz\" as root." echoAndLog "Optional: Log-in as Web Console admin user." echoAndLog " - Review default Organization data and assign access to users." echoAndLog "Log-in as Web Console organization user." |