archboot/usr/lib/initcpio/install/arch_lilo
2012-08-15 22:15:23 +02:00

17 lines
288 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "/sbin/lilo"
add_file "/etc/lilo.conf"
# fix licenses
add_file "/usr/share/licenses/lilo/LICENSE"
}
help ()
{
cat<<HELPEOF
This hook includes lilo on an arch boot image.
HELPEOF
}