archboot/usr/lib/initcpio/install/arch_hwdetect
2013-05-22 09:50:39 +02:00

15 lines
226 B
Bash

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