archboot/usr/lib/initcpio/install/archboot_platform

16 lines
222 B
Text
Raw Normal View History

#!/usr/bin/env bash
2010-05-14 17:32:09 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2010-05-14 17:32:09 +02:00
{
2012-05-27 12:06:40 +02:00
add_checked_modules '/platform/'
2010-05-14 17:32:09 +02:00
}
help ()
{
cat<<HELPEOF
This hook adds the necessary modules for a platform device.
HELPEOF
}