diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-27 10:52:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-27 10:52:08 +0300 |
commit | 48d1cd53ed0e50e0be99a2a620ccdddf020d26a0 (patch) | |
tree | 7a0cd09d86e514c9d59ebc3f952aa10d63fc8c17 /inittab | |
parent | 54d7bde90161b3e01a5e15260d08e79f39096fec (diff) | |
download | init-48d1cd53ed0e50e0be99a2a620ccdddf020d26a0.tar.gz |
change inittab according to prefix
Diffstat (limited to 'inittab')
-rw-r--r-- | inittab | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |