summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/static_files')
-rw-r--r--satellit_installer/static_files/system/etc/issue2
-rw-r--r--satellit_installer/static_files/system/etc/sudoers.d/openslx-overrides2
-rwxr-xr-xsatellit_installer/static_files/system/opt/openslx/firstboot.sh4
3 files changed, 4 insertions, 4 deletions
diff --git a/satellit_installer/static_files/system/etc/issue b/satellit_installer/static_files/system/etc/issue
index 286fcf6..2a0945d 100644
--- a/satellit_installer/static_files/system/etc/issue
+++ b/satellit_installer/static_files/system/etc/issue
@@ -2,6 +2,6 @@
bwLehrpool Satellite Server (Debian \S{VERSION_ID})
-------------------------------------------------
-Bitte loggen Sie sich als Nutzer "openslx" ein, um die
+Bitte loggen Sie sich als Nutzer "bwlp" ein, um die
Einrichtung des Systems abzuschließen.
diff --git a/satellit_installer/static_files/system/etc/sudoers.d/openslx-overrides b/satellit_installer/static_files/system/etc/sudoers.d/openslx-overrides
index 6123bfd..5cfa7d0 100644
--- a/satellit_installer/static_files/system/etc/sudoers.d/openslx-overrides
+++ b/satellit_installer/static_files/system/etc/sudoers.d/openslx-overrides
@@ -1 +1 @@
-openslx ALL=(root) NOPASSWD: /usr/local/bin/netsetup
+bwlp ALL=(root) NOPASSWD: ALL
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