archboot/lib/initcpio/install/arch_sound
2011-06-10 08:26:54 +02:00

17 lines
253 B
Text

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