upgraded busybox, activated ntpd, activated mdev, added hotplug scripts for USB storage - /media, added sbin paths to dropbear
This commit is contained in:
19
fs-add/etc/inittab
Executable file
19
fs-add/etc/inittab
Executable file
@@ -0,0 +1,19 @@
|
||||
# Boot
|
||||
::sysinit:/etc/init.d/rcS
|
||||
# Console
|
||||
ttyAS0::askfirst:/bin/sh
|
||||
# Network
|
||||
::once:/etc/init.d/network
|
||||
# Time Network Protocol
|
||||
::once:/etc/init.d/ntpd
|
||||
# telnetd
|
||||
::once:/etc/init.d/telnetd
|
||||
# dropbear
|
||||
::once:/etc/init.d/dropbear
|
||||
# AXE kernel modules and environment
|
||||
::once:/etc/init.d/axe
|
||||
# Others
|
||||
::ctrlaltdel:/sbin/reboot
|
||||
::shutdown:/sbin/swapoff -a
|
||||
::shutdown:/bin/umount -a -r
|
||||
::restart:/sbin/init
|
Reference in New Issue
Block a user