archboot/lib/initcpio/install/arch_cdrom
2008-12-06 19:12:19 +01:00

16 lines
240 B
Text

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