summaryrefslogtreecommitdiff
path: root/mkinitramfs
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-02-27 00:20:17 +0100
committermaximilian attems <maks@debian.org>2006-02-27 00:20:17 +0100
commit830fd3fa51658cf0398cbb037a8485439ae4ce2d (patch)
tree7f074e4f4d39f782def3c1ea14106339a16f3ff2 /mkinitramfs
parenta563d25cc42346ba18a43c2a37896316c245d922 (diff)
downloadinitramfs-tools-830fd3fa51658cf0398cbb037a8485439ae4ce2d.tar.gz
initramfs-tools-830fd3fa51658cf0398cbb037a8485439ae4ce2d.zip
sync with ubuntu22 + some handmerges
Diffstat (limited to 'mkinitramfs')
-rwxr-xr-xmkinitramfs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkinitramfs b/mkinitramfs
index d3d6504..6c2be32 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -158,6 +158,11 @@ if [ "${MODULES}" = "most" ]; then
auto_add_modules
fi
+if [ "${MODULES}" = "netboot" ]; then
+ auto_add_modules base
+ auto_add_modules net
+fi
+
# Have to do each file, because cpio --dereference doesn't recurse down
# symlinks.