From c066f95098df28fdd517dee575326d6aa6f5417f Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sun, 10 Feb 2008 01:55:22 +0000 Subject: SlugOS: make "turnup nfs" work correctly with the new network driver (loads firmware, and ensures we do not ifup the interface if the rootfs in nfs). --- packages/slugos-init/files/boot/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/slugos-init/files') diff --git a/packages/slugos-init/files/boot/network b/packages/slugos-init/files/boot/network index 8c0635d3ac..8124f19ab2 100644 --- a/packages/slugos-init/files/boot/network +++ b/packages/slugos-init/files/boot/network @@ -25,7 +25,7 @@ iface="$(config iface)" test -z "$iface" && exit 1 # # Fire up a process in the background to load the firmware if necessary -sysf="/sys/class/firmware/$iface" +sysf="/sys/class/firmware/firmware-$iface" ( # Wait for the firware to be requested, if required [ -f $sysf/loading ] || sleep 1 -- cgit v1.2.3