mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
630 B
Plaintext
21 lines
630 B
Plaintext
<!ENTITY connect SYSTEM "connect.xml">
|
|
|
|
<!-- Dial-up -->
|
|
<!ENTITY connect-dialup SYSTEM "dialup/dialup.xml">
|
|
<!ENTITY % ppp SYSTEM "dialup/ppp/ppp.ent">
|
|
<!ENTITY % wvdial SYSTEM "dialup/wvdial/wvdial.ent">
|
|
%ppp;
|
|
%wvdial;
|
|
|
|
<!-- DHCP -->
|
|
<!ENTITY connect-dhcp SYSTEM "dhcp/dhcp.xml">
|
|
<!ENTITY connect-dhcp-client SYSTEM "dhcp/dhcp-client.xml">
|
|
<!ENTITY % dhcpcd SYSTEM "dhcp/dhcpcd/dhcpcd.ent">
|
|
%dhcpcd;
|
|
<!ENTITY connect-dhcp-config SYSTEM "dhcp/config.xml">
|
|
|
|
<!-- Other -->
|
|
<!ENTITY connect-other SYSTEM "other/other.xml">
|
|
<!ENTITY connect-other-isdn SYSTEM "other/isdn.xml">
|
|
<!ENTITY connect-other-pppoe SYSTEM "other/pppoe.xml">
|