archboot/usr/lib/initcpio/install/arch_ide_blacklist
2012-05-27 11:47:05 +02:00

15 lines
224 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_runscript
}
help ()
{
cat <<HELPEOF
This hook will blacklist the pata ide subsystem,
if ide-legacy boot parameter is used.
HELPEOF
}