Skip to content

Commit

Permalink
Fix getty login
Browse files Browse the repository at this point in the history
  • Loading branch information
zhovner committed Feb 25, 2018
1 parent 07f0b43 commit d92edcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions alpine-minirootfs/etc/inittab
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
::wait:/sbin/openrc default

# Set up a couple of getty's
tty1::respawn:/sbin/getty -l /bin/ash 38400 tty1
tty2::respawn:/sbin/getty -l /bin/ash 38400 tty2
tty3::respawn:/sbin/getty 38400 tty3
tty4::respawn:/sbin/getty 38400 tty4
tty5::respawn:/sbin/getty 38400 tty5
tty6::respawn:/sbin/getty 38400 tty6
tty1::respawn:/sbin/getty 38400 tty1
tty2::respawn:/sbin/getty 38400 tty2
tty3::respawn:/sbin/getty 38400 tty3
tty4::respawn:/sbin/getty 38400 tty4
tty5::respawn:/sbin/getty 38400 tty5
tty6::respawn:/sbin/getty 38400 tty6

# Put a getty on the serial port
#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
Expand Down
3 changes: 2 additions & 1 deletion alpine-minirootfs/etc/issue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
| \\__/'---'\\__/ |
|_______________|

OneFileLinux.efi v0.2-beta
OneFileLinux.efi v0.2-beta on \l

Login name: root

0 comments on commit d92edcd

Please sign in to comment.