diff options
| author | maximilian attems <maks@debian.org> | 2006-02-27 00:20:17 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-02-27 00:20:17 +0100 |
| commit | 830fd3fa51658cf0398cbb037a8485439ae4ce2d (patch) | |
| tree | 7f074e4f4d39f782def3c1ea14106339a16f3ff2 /scripts/nfs | |
| parent | a563d25cc42346ba18a43c2a37896316c245d922 (diff) | |
| download | initramfs-tools-830fd3fa51658cf0398cbb037a8485439ae4ce2d.tar.gz initramfs-tools-830fd3fa51658cf0398cbb037a8485439ae4ce2d.zip | |
sync with ubuntu22 + some handmerges
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..89b5c20 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 -q nfs # For DHCP - modprobe af_packet + modprobe -q af_packet ipconfig ${DEVICE} . /tmp/net-${DEVICE}.conf |
