archboot/lib/initcpio/install/arch_lilo
Tobias Powalowski 5faae40d12 'fixed licenses'
2009-05-08 08:05:45 +02:00

19 lines
357 B
Text

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