archboot/usr/lib/initcpio/install/arch_platform
2012-05-27 12:06:40 +02:00

15 lines
214 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_checked_modules '/platform/'
}
help ()
{
cat<<HELPEOF
This hook adds the necessary modules for a platform device.
HELPEOF
}