archboot/usr/lib/initcpio/install/arch_rtc

15 lines
214 B
Text
Raw Normal View History

2012-05-27 12:15:43 +02:00
#!/bin/bash
2007-05-13 19:50:46 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-05-13 19:50:46 +02:00
{
2012-05-27 12:15:43 +02:00
add_checked_modules 'drivers/rtc/'
2007-05-13 19:50:46 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes the rtc subsystem on an arch boot image.
HELPEOF
}