1#!/bin/echo Try "mkroot/mkroot.sh $0" 2 3# Alas http://www.linux-usb.org/usb.ids is not versioned, so... 4download 36d4e16755502fbc684be75e56841e1014e4a94a \ 5 https://github.com/usbids/usbids/raw/a5edeafb6099/usb.ids 6 7# Nor is https://pci-ids.ucw.cz/v2.2/pci.ids (tool version, not file version) 8download 6694284723e034f0c564e81a30879939d5ef8b7e \ 9 https://github.com/pciutils/pciids/raw/c7929c0f9480/pci.ids 10 11cp "$DOWNLOAD"/{usb,pci}.ids "$ROOT/etc/" || exit 1 12 13# add a couple test modules 14MODULES+=FSCACHE,CACHEFILES 15