archboot/usr/lib/initcpio/install/arch_pciutils
2013-07-22 17:57:18 +02:00

16 lines
264 B
Bash

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "lspci"
add_binary "setpci"
add_file "/usr/share/hwdata/pci.ids"
}
help ()
{
cat<<HELPEOF
This hook includes pciutils on an arch boot image.
HELPEOF
}