openwrtv3/target/linux/ifxmips/nfs/base-files/etc/preinit.arch
Thomas Langer 7570eebcdd cleanup sources and prepare for 2.6.27
SVN-Revision: 13660
2008-12-16 14:07:55 +00:00

5 lines
89 B
Text
Executable file

grep "/dev/root" /proc/mounts |grep -q nfs && {
echo "- init nfs -"
exec /sbin/init
}