archboot/install/arch_rtc
2007-09-07 17:22:10 +00:00

17 lines
258 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" $(checked_modules "drivers/rtc/")"
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the rtc subsystem on an arch boot image.
HELPEOF
}