archboot/usr/lib/initcpio/install/arch_dmidecode

18 lines
277 B
Text
Raw Normal View History

#!/usr/bin/env bash
2012-05-31 12:26:04 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_checked_modules '/firmware/dmi-sysfs'
2013-05-22 09:43:19 +02:00
add_binary "dmidecode"
add_binary "biosdecode"
2012-05-31 12:26:04 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes dmidecode on an arch boot image.
HELPEOF
}