archboot/install/arch_lilo
2008-03-16 22:57:21 +01:00

17 lines
280 B
Text

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