Am / On Mon, 09 Sep 2002 11:54:49 +0200 schrieb Tamay Dogan <[EMAIL PROTECTED]>:
> Salam, > > wollte gerade linux_logo wieder so konfigurieren, > das es nicht beim booten sondern beim Login > angezeitg wird. > > Leider gibt es kein /usr/sbin/linuxlogoconfig mehr, > obwohl die manpages darauf hin verweisen... > > Weis jemand, wie man das manuell konfigurieren kann ? In /etc/inittab sollte stehen: # /sbin/getty invocations for the runlevels. 1:2345:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty1 2:23:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty2 3:23:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty3 4:23:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty4 5:23:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty5 6:23:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty6 # Viel Spa�! -- Klaus-M. Klingsporn [EMAIL PROTECTED] http://www.klaumikli.de -- Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

