summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-03 15:34:24 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-03 15:34:24 +0000
commitfb4b02b640e18c13da264a462186f10ac68a24a7 (patch)
treeeac0648333ede44d01a25e5c6be3581c1b622b89 /images/make_boot_img
parent8ef0385b8781f26a698aa82429b9643b1a4f464f (diff)
downloaddrakx-backup-do-not-use-fb4b02b640e18c13da264a462186f10ac68a24a7.tar
drakx-backup-do-not-use-fb4b02b640e18c13da264a462186f10ac68a24a7.tar.gz
drakx-backup-do-not-use-fb4b02b640e18c13da264a462186f10ac68a24a7.tar.bz2
drakx-backup-do-not-use-fb4b02b640e18c13da264a462186f10ac68a24a7.tar.xz
drakx-backup-do-not-use-fb4b02b640e18c13da264a462186f10ac68a24a7.zip
(initrd) add a comment for future
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index cb4dcfab9..4c788368d 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -156,6 +156,8 @@ sub initrd {
foreach ("/usr/share/ldetect-lst/fallback-modules.alias", "/lib/module-init-tools/ldetect-lst-modules.alias") {
_ "install -D $_ $tmp_initrd$_";
}
+ # FIXME: we could just look at all network modules, run modinfo and them and look for the firmware field:
+ # (we may also want to add firmware for SCSI and the like if any):
foreach (grep { warn "> $_\n"; m!(3com|acenic|adaptec|cxgb3|e100|kaweth|tehuti|tigon)! } glob_("/lib/firmware/*")) {
warn ">> $_\n";
_ "cp -a $_ $tmp_initrd$_";