diff options
| author | maximilian attems <maks@debian.org> | 2005-12-12 11:21:27 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-12-12 11:21:27 +0100 |
| commit | 7c5923bbc4ec57eb144b773c0abc8711ffda292a (patch) | |
| tree | 7ad76117beb41c4a09a2e0bb3b53bcd94348b11f /scripts/nfs | |
| parent | edfcf7ea648bc07435064df4d8c603db7d26aa56 (diff) | |
| download | initramfs-tools-7c5923bbc4ec57eb144b773c0abc8711ffda292a.tar.gz initramfs-tools-7c5923bbc4ec57eb144b773c0abc8711ffda292a.zip | |
merge ubuntu modprobe silence stuff
and cp all /etc/modprobe.d :)
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 a2f6c3e..0205047 100644 --- a/scripts/nfs +++ b/scripts/nfs @@ -9,9 +9,9 @@ mountroot () run_scripts /scripts/nfs-top [ "$quiet" != "y" ] && log_end_msg - modprobe nfs + modprobe -Qb nfs # For DHCP - modprobe af_packet + modprobe -Qb af_packet ipconfig ${DEVICE} . /tmp/net-${DEVICE}.conf |
