cleanup sources and prepare for 2.6.27
[openwrt/staging/lynxis.git] / target / linux / ifxmips / nfs / base-files / etc / preinit.arch
1
2 grep "/dev/root" /proc/mounts |grep -q nfs && {
3 echo "- init nfs -"
4 exec /sbin/init
5 }