archboot/usr/lib/initcpio/install/arch_rtc
2012-05-27 12:15:43 +02:00

14 lines
214 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_checked_modules 'drivers/rtc/'
}
help ()
{
cat<<HELPEOF
This hook includes the rtc subsystem on an arch boot image.
HELPEOF
}