archboot/install/arch-yaboot
Benoit Chesneau 080ed42e96 - add hooks & configurations files for archppc
first attempt. Nothing tested yet
2007-04-10 17:55:48 +00:00

17 lines
290 B
Text

# 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
}