diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-15 00:17:28 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-15 00:17:28 +0000 |
commit | 482366ef57f993ddb107489926a3a4b031b3378d (patch) | |
tree | 8da67d0d5ab4b2cc3b0886e16251a618ab11cd09 /images/make_boot_img | |
parent | 4edd3d787800138c16f7c846bad7105e10bf19b0 (diff) | |
download | drakx-482366ef57f993ddb107489926a3a4b031b3378d.tar drakx-482366ef57f993ddb107489926a3a4b031b3378d.tar.gz drakx-482366ef57f993ddb107489926a3a4b031b3378d.tar.bz2 drakx-482366ef57f993ddb107489926a3a4b031b3378d.tar.xz drakx-482366ef57f993ddb107489926a3a4b031b3378d.zip |
add pci.ids in stage1
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 1 |
1 files changed, 1 insertions, 0 deletions
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') { |