2 # Copyright (C) 2006 OpenWrt.org
4 export PATH
=/bin
:/sbin
:/usr
/bin
:/usr
/sbin
5 mount none
/proc
-t proc
7 [ -f /etc
/preinit.arch
] && .
/etc
/preinit.arch
8 [ -z "$FAILSAFE" ] ||
{
9 echo /bin
/true
> /proc
/sys
/kernel
/hotplug
10 telnetd
-l /bin
/login
<> /dev
/null
2>&1
12 mount_root
${FAILSAFE:+failsafe}
This page took 0.048343 seconds and 5 git commands to generate.