summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/system/opt/openslx/firstboot.sh
diff options
context:
space:
mode:
authorSimon Rettberg2023-12-14 15:13:14 +0100
committerSimon Rettberg2023-12-14 15:13:14 +0100
commit1507dc3ff7e0cf81b6220796088d48ce6045d565 (patch)
treeb5927307d87bf6e83c776a203fde606297434752 /satellit_installer/static_files/system/opt/openslx/firstboot.sh
parent[SSUS] Remove choice of keeping pxelinux enabled - unsupported (diff)
downloadsetup-scripts-1507dc3ff7e0cf81b6220796088d48ce6045d565.tar.gz
setup-scripts-1507dc3ff7e0cf81b6220796088d48ce6045d565.tar.xz
setup-scripts-1507dc3ff7e0cf81b6220796088d48ce6045d565.zip
[SSPS] Rename openslx user to bwlp
Diffstat (limited to 'satellit_installer/static_files/system/opt/openslx/firstboot.sh')
-rwxr-xr-xsatellit_installer/static_files/system/opt/openslx/firstboot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/satellit_installer/static_files/system/opt/openslx/firstboot.sh b/satellit_installer/static_files/system/opt/openslx/firstboot.sh
index c8a6a36..04f5e93 100755
--- a/satellit_installer/static_files/system/opt/openslx/firstboot.sh
+++ b/satellit_installer/static_files/system/opt/openslx/firstboot.sh
@@ -27,7 +27,7 @@ perror() {
if ! [ -e "$conf" ]; then
# First time this script runs, it will delete the config at the end; this
# means this has to be the second bootup, after the user finished the
- # firstrun.sh script on first login as "openslx".
+ # firstrun.sh script on first login as "bwlp".
# Completely delete the script now, and also firstrun.sh
unlink "/opt/openslx/firstrun.sh"
unlink "/opt/openslx/firstboot.sh"
@@ -121,7 +121,7 @@ cat > /etc/motd <<THEREDOC
> *** bwLehrpool Satelliten-Server, Version $VERSION ***
> Eingerichtet am $(date)
>
-> Wenn Sie sich als 'openslx' eingeloggt haben, haben Sie nun folgende Optionen:
+> Wenn Sie sich als 'bwlp' eingeloggt haben, haben Sie nun folgende Optionen:
> netsetup - Konfiguriert das Netzwerk-Interface neu (DHCP oder statisch)
> sudo reboot - System neustarten
> sudo poweroff - System herunterfahren