diff options
author | maximilian attems <maks@debian.org> | 2005-12-12 11:52:57 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-12-12 11:52:57 +0100 |
commit | 1c8330542d7a5d35c10e02db4e210352517176b3 (patch) | |
tree | a8b0e6f6ac9229f94277bae096f18e88356a518d /scripts/nfs | |
parent | 0734f56e32c5711ef4a046146c40efcabdfdda00 (diff) | |
download | initramfs-tools-1c8330542d7a5d35c10e02db4e210352517176b3.tar.gz initramfs-tools-1c8330542d7a5d35c10e02db4e210352517176b3.zip |
debian's module-init-tools of testing doesn't have yet the
modprobe -Qb interface, keep the change for next time. :(
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 0205047..a2f6c3e 100644 --- a/scripts/nfs +++ b/scripts/nfs @@ -9,9 +9,9 @@ mountroot () run_scripts /scripts/nfs-top [ "$quiet" != "y" ] && log_end_msg - modprobe -Qb nfs + modprobe nfs # For DHCP - modprobe -Qb af_packet + modprobe af_packet ipconfig ${DEVICE} . /tmp/net-${DEVICE}.conf |