archboot/install/arch_lilo

18 lines
280 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="lilo"
FILES=""
SCRIPT=""
add_file "/etc/archboot/lilo/etc/lilo.conf" "/etc/lilo.conf"
2007-02-22 23:46:50 +01:00
}
help ()
{
cat<<HELPEOF
This hook includes lilo on an arch boot image.
HELPEOF
}