archboot/install/arch_yaboot

18 lines
290 B
Text
Raw Normal View History

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="yaboot"
FILES=""
SCRIPT=""
add_file "/etc/archboot/etc/yaboot/yaboot.conf" "/etc/yaboot.conf"
}
help ()
{
cat<<HELPEOF
This hook includes yaboot on an arch boot image.
HELPEOF
}