Use pci.ids file from pciutils
[grml-live.git] / grml-live
index 44fcea6..55e5ca5 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -715,6 +715,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then
           else
             # copy addons from Depended packages
             cp -a /usr/lib/ipxe/ipxe.lkrn "${TEMPLATE_DIRECTORY}/boot/addons/"
+            cp -a /usr/share/misc/pci.ids "${TEMPLATE_DIRECTORY}/boot/addons/"
 
             # copy only files so we can handle bsd4grml on its own
             for file in ${TEMPLATE_DIRECTORY}/boot/addons/* ; do