archboot/usr/lib/initcpio/install/arch_mmc

16 lines
204 B
Text
Raw Normal View History

2012-05-27 12:04:03 +02:00
#!/bin/bash
2010-05-14 21:11:57 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2010-05-14 21:11:57 +02:00
{
2012-05-27 12:04:03 +02:00
add_checked_modules '/mmc/'
2010-05-14 21:11:57 +02:00
}
help ()
{
cat<<HELPEOF
This hook adds the necessary modules for a mmc device.
HELPEOF
}