From 73b7102319619a92157629ee7878c43c40c39c50 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 7 Sep 2007 14:15:56 +0000 Subject: provide /usr/share/ldetect-lst/*-modules.alias in installer images --- images/make_boot_img | 3 +++ 1 file changed, 3 insertions(+) (limited to 'images') 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') { -- cgit v1.2.1