archboot/usr/lib/initcpio/install/arch_cdrom

17 lines
227 B
Text
Raw Normal View History

2008-10-20 22:39:25 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2008-10-20 22:39:25 +02:00
{
2012-03-29 15:28:36 +02:00
MODULES="sr_mod"
2008-10-20 22:39:25 +02:00
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the cdrom support on an arch boot image.
HELPEOF
}