archboot/usr/lib/initcpio/install/arch_hwdetect
2012-05-27 11:40:23 +02:00

15 lines
232 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_file "/sbin/hwdetect"
}
help ()
{
cat <<HELPEOF
This hook will use hwdetect to load
and detect the needed modules for your system.
HELPEOF
}