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