mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
5 lines
89 B
Text
Executable file
5 lines
89 B
Text
Executable file
|
|
grep "/dev/root" /proc/mounts |grep -q nfs && {
|
|
echo "- init nfs -"
|
|
exec /sbin/init
|
|
}
|