Searched refs:rootdev (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ps3/petitboot/base-files/etc/init.d/
H A Dboot68 rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline)
69 [ -n "$rootdev" ] && ln -s "$rootdev" /dev/root
/netgear-R7800-V1.0.2.28/package/base-files/files/etc/init.d/
H A Dboot102 rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline)
103 [ -n "$rootdev" ] && ln -s "$rootdev" /dev/root
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/etc/init.d/
H A Dboot93 rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline)
94 [ -n "$rootdev" ] && ln -s "$rootdev" /dev/root

Completed in 83 milliseconds