archboot/install/arch-lilo
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +00:00

17 lines
280 B
Text

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