summaryrefslogtreecommitdiff
path: root/scripts/nfs
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@ubuntu.com>2005-06-17 21:24:55 +0000
committerJeff Bailey <jbailey@ubuntu.com>2005-06-17 21:24:55 +0000
commitb22f2c7fc49c9874eb8f2df1d8b1fabec540cfb0 (patch)
treef57270e71f93eb59157744d6ce91c153ecf6507d /scripts/nfs
parent287dcae1407c303ee929d2bff0a49c1e721b05ae (diff)
downloadinitramfs-tools-b22f2c7fc49c9874eb8f2df1d8b1fabec540cfb0.tar.gz
initramfs-tools-b22f2c7fc49c9874eb8f2df1d8b1fabec540cfb0.zip
Make quieter, match mkinitrd interface, pull in dependencies for nfs and dhcp, document upstream repository location
Diffstat (limited to 'scripts/nfs')
-rw-r--r--scripts/nfs4
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