You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
369 B

#!/bin/sh
# http://syslinux.zytor.com/wiki/index.php/Hdt_%28Hardware_Detection_Tool%29#pci_stuff
# NB: this script intentionally supports pci.ids provided by
# pciids package as that one is updated automatically
[ -z "$GLOBAL_VERBOSE" ] || echo "** compressing pci.ids"
mkdir -p "$WORKDIR/syslinux"
gzip -9 < /usr/share/misc/pci.ids > "$WORKDIR"/syslinux/pci.ids