mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/qingy: Fix README.
This commit is contained in:
parent
9331c0bf0e
commit
b0e9c75ef9
1 changed files with 12 additions and 12 deletions
|
@ -13,21 +13,21 @@ unusable.
|
|||
To use qingy as a replacement for agetty, simply edit your /etc/inittab
|
||||
and change the console login lines from:
|
||||
|
||||
c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux
|
||||
c2:12345:respawn:/sbin/agetty 38400 tty2 linux
|
||||
c3:12345:respawn:/sbin/agetty 38400 tty3 linux
|
||||
c4:12345:respawn:/sbin/agetty 38400 tty4 linux
|
||||
c5:12345:respawn:/sbin/agetty 38400 tty5 linux
|
||||
c6:12345:respawn:/sbin/agetty 38400 tty6 linux
|
||||
c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux
|
||||
c2:12345:respawn:/sbin/agetty 38400 tty2 linux
|
||||
c3:12345:respawn:/sbin/agetty 38400 tty3 linux
|
||||
c4:12345:respawn:/sbin/agetty 38400 tty4 linux
|
||||
c5:12345:respawn:/sbin/agetty 38400 tty5 linux
|
||||
c6:12345:respawn:/sbin/agetty 38400 tty6 linux
|
||||
|
||||
to
|
||||
|
||||
c1:12345:respawn:/sbin/qingy tty1
|
||||
c2:12345:respawn:/sbin/qingy tty2
|
||||
c3:12345:respawn:/sbin/qingy tty3
|
||||
c4:12345:respawn:/sbin/qingy tty4
|
||||
c5:12345:respawn:/sbin/qingy tty5
|
||||
c6:12345:respawn:/sbin/qingy tty6
|
||||
c1:12345:respawn:/sbin/qingy tty1
|
||||
c2:12345:respawn:/sbin/qingy tty2
|
||||
c3:12345:respawn:/sbin/qingy tty3
|
||||
c4:12345:respawn:/sbin/qingy tty4
|
||||
c5:12345:respawn:/sbin/qingy tty5
|
||||
c6:12345:respawn:/sbin/qingy tty6
|
||||
|
||||
It would be wise to leave agetty on at least one console until you're
|
||||
sure that qingy is working correctly for you.
|
||||
|
|
Loading…
Reference in a new issue