archboot/usr/lib/initcpio/install/arch_ide_blacklist

16 lines
224 B
Text
Raw Normal View History

2012-05-27 11:47:05 +02:00
#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2012-05-27 11:47:05 +02:00
add_runscript
}
help ()
{
cat <<HELPEOF
2011-08-07 23:35:33 +02:00
This hook will blacklist the pata ide subsystem,
if ide-legacy boot parameter is used.
HELPEOF
}