archboot/usr/lib/initcpio/install/arch_sound

15 lines
211 B
Text
Raw Normal View History

2012-05-27 12:15:43 +02:00
#!/bin/bash
2007-05-13 19:50:46 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-05-13 19:50:46 +02:00
{
2012-05-27 12:15:43 +02:00
add_checked_modules '/sound/'
2007-05-13 19:50:46 +02:00
}
help ()
{
cat<<HELPEOF
2007-09-07 19:22:10 +02:00
This hook includes the sound subsystem on an arch boot image.
2007-05-13 19:50:46 +02:00
HELPEOF
}