From cf0ad1e1cd14a2bd7fd177111c5acf324456f7cb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 15 Aug 2007 00:21:46 +0000 Subject: add usbtable in stage1 --- images/make_boot_img | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/"; -- cgit v1.2.1