archboot/install/arch_rtc

18 lines
258 B
Text
Raw Normal View History

2007-05-13 19:50:46 +02:00
# 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
}