summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-07 14:15:56 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-07 14:15:56 +0000
commit73b7102319619a92157629ee7878c43c40c39c50 (patch)
tree8371708a6d1c5da94e98da320e91729947f7bdd9 /images
parent57668f50ec391a8c192fe827065a68a16ad4be73 (diff)
downloaddrakx-backup-do-not-use-73b7102319619a92157629ee7878c43c40c39c50.tar
drakx-backup-do-not-use-73b7102319619a92157629ee7878c43c40c39c50.tar.gz
drakx-backup-do-not-use-73b7102319619a92157629ee7878c43c40c39c50.tar.bz2
drakx-backup-do-not-use-73b7102319619a92157629ee7878c43c40c39c50.tar.xz
drakx-backup-do-not-use-73b7102319619a92157629ee7878c43c40c39c50.zip
provide /usr/share/ldetect-lst/*-modules.alias in installer images
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img3
1 files changed, 3 insertions, 0 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 6916642bc..78238544b 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -153,6 +153,9 @@ sub initrd {
_ "install -D /usr/share/ldetect-lst/$_.gz $tmp_initrd/usr/share/ldetect-lst/$_.gz";
}
_ "install -D /usr/share/pci.ids $tmp_initrd/usr/share/pci.ids";
+ foreach (glob("/usr/share/ldetect-lst/*-modules.alias")) {
+ _ "install -D $_ $tmp_initrd$_";
+ }
_ "install $stage1_root/init $tmp_initrd/";
foreach ('stage1', 'pppd', 'pppoe') {