diff options
Diffstat (limited to 'scripts/nfs')
| -rw-r--r-- | scripts/nfs | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/scripts/nfs b/scripts/nfs index d8a259a..11c61f8 100644 --- a/scripts/nfs +++ b/scripts/nfs @@ -4,6 +4,10 @@ mountroot ()  {  	run_scripts /scripts/nfs-top +	modprobe nfs +	# For DHCP +	modprobe af_packet +  	ipconfig ${DEVICE}  	. /tmp/net-${DEVICE}.conf  	if [ "x${NFSROOT}" = "xauto" ]; then | 
