add support for if{down,up} -a and implement proper start/stop/restart for /etc/init...
[openwrt.git] / package / base-files / files / etc / preinit
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
4 mount_root
5 exec /sbin/init
This page took 0.041079 seconds and 5 git commands to generate.