Code: Alles auswählen
ExecStart=-/sbin/agetty --autologin bla %I $TERM
Was also kann ich tun, um den Text zu vermeiden, und nur den Prompt zu erhalten?
Code: Alles auswählen
ExecStart=-/sbin/agetty --autologin bla %I $TERM
Code: Alles auswählen
ExecStart=-/sbin/agetty --noclear -a MB %I 38400
Code: Alles auswählen
startxfce4 -- vt1 &> /dev/null
Das -a ist ja das gleiche wie --autologinKP97 hat geschrieben:24.02.2019 15:25:30Welchen Text meinst Du genau?
[...]
In Deinem Beispiel fehlt das -a vor dem Usernamen.
Most of the programs included with the Debian GNU/Linux system are
freely redistributable; the exact distribution terms for each program
are described in the individual files in /usr/share/doc/*/copyright
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Das stimmt natürlich, nicht aufgepaßt...sorry.
Code: Alles auswählen
# Prints the last login info upon successful login
# (Replaces the `LASTLOG_ENAB' option from login.defs)
session optional pam_lastlog.so
# Prints the message of the day upon successful login.
# (Replaces the `MOTD_FILE' option in login.defs)
# This includes a dynamically generated part from /run/motd.dynamic
# and a static (admin-editable) part from /etc/motd.
session optional pam_motd.so motd=/run/motd.dynamic
session optional pam_motd.so noupdate
# Prints the status of the user's mailbox upon successful login
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
#
# This also defines the MAIL environment variable
# However, userdel also needs MAIL_DIR and MAIL_FILE variables
# in /etc/login.defs to make sure that removing a user
# also removes the user's mail spool file.
# See comments in /etc/login.defs
session optional pam_mail.so standard
Üblicherweise passiert das mit fortunes. Dafür gibt es dann auch ganz witzige Erweiterungen, wie z.B. fortunes-bofh-excuses.Meillo hat geschrieben:25.02.2019 12:37:11Ich weiss nicht mehr ob es bei Debian war, aber auf manchen Systemen wird /etc/motd generiert
Das meinte ich nicht.MSfree hat geschrieben:25.02.2019 13:20:09Üblicherweise passiert das mit fortunes. Dafür gibt es dann auch ganz witzige Erweiterungen, wie z.B. fortunes-bofh-excuses.Meillo hat geschrieben:25.02.2019 12:37:11Ich weiss nicht mehr ob es bei Debian war, aber auf manchen Systemen wird /etc/motd generiert
fortunes ist aber bei Debian nicht per Default installiert.
IIRC hat sich da ueber die Jahre immer mal wieder was geaendert. Vielleicht hat sich das ja inzwischen erledigt. Hier jedenfalls ein paar Hintergruende:motd(5) hat geschrieben: On Debian GNU/Linux, the content of /run/motd.dynamic is
also displayed. This file is generated by
/etc/init.d/motd at boot.
Auf meine Stretch-Installation gibt es folgende Dateien, die mit motd zusammenhängen:Meillo hat geschrieben:25.02.2019 13:40:52...weil ein einfaches ``vi /etc/motd'' nicht vorgesehen war.
Code: Alles auswählen
/etc/motd
/etc/update-motd.d/10-uname
/lib/systemd/system/motd.service
/lib/x86_64-linux-gnu/security/pam_motd.so
/usr/share/base-files/motd
/usr/share/doc/util-linux/examples/motd
/usr/share/man/de/man5/motd.5.gz
/usr/share/man/man8/pam_motd.8.gz