archboot/usr/lib/initcpio/install/arch_hwdetect

16 lines
235 B
Text
Raw Normal View History

2012-05-27 11:40:23 +02:00
#!/bin/bash
2009-12-11 11:32:41 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
2007-02-22 23:46:50 +01:00
build ()
2007-02-22 23:46:50 +01:00
{
2013-05-21 09:30:01 +02:00
add_file "/usr/bin/hwdetect"
2007-02-22 23:46:50 +01:00
}
help ()
{
cat <<HELPEOF
This hook will use hwdetect to load
and detect the needed modules for your system.
HELPEOF
}