From 482366ef57f993ddb107489926a3a4b031b3378d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 15 Aug 2007 00:17:28 +0000 Subject: add pci.ids in stage1 --- images/make_boot_img | 1 + 1 file changed, 1 insertion(+) (limited to 'images') diff --git a/images/make_boot_img b/images/make_boot_img index e73275bf7..2d061dc47 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -150,6 +150,7 @@ sub initrd { 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"; + _ "install -D /usr/share/pci.ids $tmp_initrd/usr/share/pci.ids"; _ "install $stage1_root/init $tmp_initrd/"; foreach ('stage1', 'pppd', 'pppoe') { -- cgit v1.2.1