archboot/lib/initcpio/install/arch_cdrom

17 lines
240 B
Text
Raw Normal View History

2008-10-20 22:39:25 +02:00
# 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
}