mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
7570eebcdd
SVN-Revision: 13660
6 lines
89 B
Plaintext
Executable File
6 lines
89 B
Plaintext
Executable File
|
|
grep "/dev/root" /proc/mounts |grep -q nfs && {
|
|
echo "- init nfs -"
|
|
exec /sbin/init
|
|
}
|