archboot/usr/lib/initcpio/install/archboot_hwdetect

15 lines
207 B
Text
Raw Normal View History

#!/usr/bin/env 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-22 12:08:36 +02:00
add_file "/usr/bin/hwdetect"
2007-02-22 23:46:50 +01:00
}
help ()
{
cat <<HELPEOF
2021-10-04 11:13:50 +02:00
This hook will add hwdetect on an archboot image.
2007-02-22 23:46:50 +01:00
HELPEOF
}