archboot/usr/lib/initcpio/install/arch_cdrom
2012-05-26 11:50:43 +02:00

14 lines
199 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_module 'sr_mod'
}
help ()
{
cat<<HELPEOF
This hook includes the cdrom support on an arch boot image.
HELPEOF
}