archboot/usr/lib/initcpio/install/arch_dnsmasq

21 lines
391 B
Text
Raw Normal View History

2011-08-30 15:19:35 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES=""
2012-03-27 16:59:44 +02:00
BINARIES="/usr/bin/dnsmasq"
2011-08-30 15:19:35 +02:00
FILES=""
SCRIPT=""
add_file "/usr/share/archboot/dnsmasq/etc/dnsmasq.conf" "/etc/dnsmasq.conf"
add_file "/etc/rc.d/dnsmasq"
add_dir "/var/db"
add_dir "/var/lib/misc"
}
help ()
{
cat<<HELPEOF
This hook includes dnsmasq on an arch boot image.
HELPEOF
}