Skip to content

Commit d92edcd

Browse files
committed
Fix getty login
1 parent 07f0b43 commit d92edcd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

alpine-minirootfs/etc/inittab

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
::wait:/sbin/openrc default
66

77
# Set up a couple of getty's
8-
tty1::respawn:/sbin/getty -l /bin/ash 38400 tty1
9-
tty2::respawn:/sbin/getty -l /bin/ash 38400 tty2
10-
tty3::respawn:/sbin/getty 38400 tty3
11-
tty4::respawn:/sbin/getty 38400 tty4
12-
tty5::respawn:/sbin/getty 38400 tty5
13-
tty6::respawn:/sbin/getty 38400 tty6
8+
tty1::respawn:/sbin/getty 38400 tty1
9+
tty2::respawn:/sbin/getty 38400 tty2
10+
tty3::respawn:/sbin/getty 38400 tty3
11+
tty4::respawn:/sbin/getty 38400 tty4
12+
tty5::respawn:/sbin/getty 38400 tty5
13+
tty6::respawn:/sbin/getty 38400 tty6
1414

1515
# Put a getty on the serial port
1616
#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100

alpine-minirootfs/etc/issue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| \\__/'---'\\__/ |
1212
|_______________|
1313

14-
OneFileLinux.efi v0.2-beta
14+
OneFileLinux.efi v0.2-beta on \l
1515

16+
Login name: root
1617

0 commit comments

Comments
 (0)