archboot/usr/lib/initcpio/install/arch_amd_ucode

17 lines
292 B
Text
Raw Normal View History

2012-06-26 09:06:08 +02:00
#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_full_dir "/usr/lib/firmware/amd-ucode"
# fix license files
2012-07-30 16:01:32 +02:00
add_file "/usr/share/licenses/amd-ucode/LICENSE"
2012-06-26 09:06:08 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes amd-ucode on an arch boot image.
HELPEOF
}