From 48d1cd53ed0e50e0be99a2a620ccdddf020d26a0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 27 Dec 2019 10:52:08 +0300 Subject: change inittab according to prefix --- inittab | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'inittab') diff --git a/inittab b/inittab index 2cd998c..d3704f3 100644 --- a/inittab +++ b/inittab @@ -1,11 +1,11 @@ -::sysinit:/lib/init/rc.boot +::sysinit:PREFIX/lib/init/rc.boot ::restart:/sbin/init -::shutdown:/lib/init/rc.shutdown +::shutdown:PREFIX/lib/init/rc.shutdown ::respawn:runsvdir -P /var/service 'log: ................................................................................................................................................................................................................................................................' -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 +tty1::respawn:/sbin/agetty 38400 tty1 +tty2::respawn:/sbin/agetty 38400 tty2 +tty3::respawn:/sbin/agetty 38400 tty3 +tty4::respawn:/sbin/agetty 38400 tty4 +tty5::respawn:/sbin/agetty 38400 tty5 +tty6::respawn:/sbin/agetty 38400 tty6 -- cgit v1.2.3