archboot/lib/initcpio/install/arch_pcspkr
Tobias Powalowski d0e1ef51b5 'fixed various stuff, added pcspkr to environment, added usb
hostcontroller sorting, added v86d to fb'
2008-12-17 17:36:59 +01:00

16 lines
222 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES="pcspkr"
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the pcspkr on an arch boot image.
HELPEOF
}