commit 9781a149a1af687fcefe1ac9536ec1e0c4ba8f9a parent 56bac5a6486ff527e5aa29afe7ee7cc730082385 Author: sin <sin@2f30.org> Date: Wed, 5 Feb 2014 16:50:25 +0000 Remove inittab and rename rc.boot to rc Diffstat:
D | etc/inittab | | | 12 | ------------ |
R | etc/rc.boot -> etc/rc | | | 0 | |
M | etc/rc.multi | | | 2 | ++ |
3 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/etc/inittab b/etc/inittab @@ -1,12 +0,0 @@ -# Note that busybox uses a non-standard inittab. - -::sysinit:/etc/rc.boot - -tty1::respawn:/bin/getty 38400 tty1 linux -tty2::respawn:/bin/getty 38400 tty2 linux -tty3::respawn:/bin/getty 38400 tty3 linux -tty4::respawn:/bin/getty 38400 tty4 linux - -::ctrlaltdel:/bin/busybox reboot -d 3 -::restart:/bin/busybox init -::shutdown:/etc/rc.shutdown diff --git a/etc/rc.boot b/etc/rc diff --git a/etc/rc.multi b/etc/rc.multi @@ -15,3 +15,5 @@ done echo Running rc.local [ -x /etc/rc.local ] && /etc/rc.local + +while :; do getty 38400 tty1 linux; done