archboot/usr/lib/initcpio/install/arch_cdrom

15 lines
199 B
Text
Raw Normal View History

2012-05-26 11:50:43 +02:00
#!/bin/bash
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-05-26 11:50:43 +02:00
add_module 'sr_mod'
2008-10-20 22:39:25 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes the cdrom support on an arch boot image.
HELPEOF
}