archboot/lib/initcpio/install/arch_cdrom
2011-06-10 08:26:54 +02:00

16 lines
238 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES="sr_mod ide-cd_mod"
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the cdrom support on an arch boot image.
HELPEOF
}