summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img4
1 files changed, 3 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 2d061dc47..2ab543098 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -149,7 +149,9 @@ sub initrd {
symlink "/proc/mounts", "$tmp_initrd/etc/mtab";
symlink "../tmp", "$tmp_initrd/var/run";
_ "install -D /usr/share/terminfo/l/linux $tmp_initrd/usr/share/terminfo/l/linux";
- _ "install -D /usr/share/ldetect-lst/pcitable.gz $tmp_initrd/usr/share/ldetect-lst/pcitable.gz";
+ foreach ('pcitable', 'usbtable') {
+ _ "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";
_ "install $stage1_root/init $tmp_initrd/";