archboot/lib/initcpio/install/arch_pppoe
2008-12-06 19:12:19 +01:00

22 lines
758 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="pppoe pppoe-connect pppoe-relay pppoe-server pppoe-setup pppoe-sniff pppoe-start pppoe-status pppoe-stop"
FILES=""
SCRIPT=""
add_dir "/etc/ppp/peers/plugins"
add_file "/usr/share/archboot/pppoe/etc/ppp/firewall-masq" "/etc/ppp/firewall-masq"
add_file "/usr/share/archboot/pppoe/etc/ppp/firewall-standalone" "/etc/ppp/firewall-standalone"
add_file "/usr/share/archboot/pppoe/etc/ppp/pppoe-server-options" "/etc/ppp/pppoe-server-options"
add_file "/usr/share/archboot/pppoe/etc/ppp/pppoe.conf" "/etc/ppp/pppoe.conf"
add_file "/etc/rc.d/adsl"
}
help ()
{
cat<<HELPEOF
This hook includes rp-pppoe on an arch boot image.
HELPEOF
}