archboot/usr/lib/initcpio/install/arch_sound
2012-05-27 12:15:43 +02:00

14 lines
211 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_checked_modules '/sound/'
}
help ()
{
cat<<HELPEOF
This hook includes the sound subsystem on an arch boot image.
HELPEOF
}