diff options
author | maximilian attems <maks@debian.org> | 2007-04-02 13:29:25 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-04-02 13:29:25 +0200 |
commit | c4343742b3bf028e467ac8a58ead95c9bfefc628 (patch) | |
tree | 9f99e841f9829111bc78f828be819fe9022428a0 /scripts/nfs | |
parent | d21a00a23405d1db81ab05a12342145276ef2af0 (diff) | |
download | initramfs-tools-c4343742b3bf028e467ac8a58ead95c9bfefc628.tar.gz initramfs-tools-c4343742b3bf028e467ac8a58ead95c9bfefc628.zip |
first prerelease 0.86 + merge 0.85f
* kick mdrun script
* update control for lenny + ubuntu
* add _all_ ide, block and drivers
* use MODPROBE_OPTIONS and kill any modprobed arg
* small doc + whitespace fixes
Diffstat (limited to 'scripts/nfs')
-rw-r--r-- | scripts/nfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nfs b/scripts/nfs index fc869cc..5eb17bf 100644 --- a/scripts/nfs +++ b/scripts/nfs @@ -78,9 +78,9 @@ mountroot() run_scripts /scripts/nfs-top [ "$quiet" != "y" ] && log_end_msg - modprobe -q nfs + modprobe nfs # For DHCP - modprobe -q af_packet + modprobe af_packet # Default delay is around 180s # FIXME: add usplash_write info |