archboot/lib/initcpio/install/arch_pppoe

23 lines
753 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# 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=""
2010-01-16 17:01:30 +01:00
add_dir "/usr/lib/rp-pppoe"
2008-12-06 19:12:19 +01:00
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"
2007-02-22 23:46:50 +01:00
add_file "/etc/rc.d/adsl"
}
help ()
{
cat<<HELPEOF
This hook includes rp-pppoe on an arch boot image.
HELPEOF
}