archboot/lib/initcpio/install/arch_tiacx_wireless

21 lines
327 B
Text
Raw Normal View History

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES=""
FILES=""
2009-12-11 11:50:55 +01:00
SCRIPT=""
# add firmware files
for i in $(find /usr/share/tiacx/ ! -type d); do
2009-05-24 15:47:17 +02:00
add_file $i
done
}
help ()
{
cat<<HELPEOF
This hook includes tiacx wireless on an arch boot image.
HELPEOF
}