You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
343 B
16 lines
343 B
# /etc/inittab init(8) configuration for BusyBox
|
|
#
|
|
# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
|
|
|
|
|
|
::sysinit:/linuxrc
|
|
::askfirst:-/bin/ash
|
|
#tty2::askfirst:-/bin/ash
|
|
#tty3::askfirst:-/bin/ash
|
|
#tty4::askfirst:-/bin/ash
|
|
::restart:/sbin/init
|
|
::ctrlaltdel:/sbin/reboot
|
|
::shutdown:/bin/umount -a -r
|
|
::shutdown:/sbin/swapoff -a
|
|
|