Changeset afa198d for basicnet


Ignore:
Timestamp:
07/29/2004 04:53:55 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
912a09b6
Parents:
68df39bf
Message:

moved to new neworking setup in testing branch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2514 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncpfs.xml

    r68df39bf rafa198d  
    134134<screen><userinput><command>make install-service-ipx</command></userinput></screen>
    135135
    136 <para>Next install the configurations script,
    137 <filename>ifconfig.ipx0</filename>.  The configuration assumes
    138 <acronym>IPX</acronym> will be set up on
    139 <emphasis role="strong">eth0</emphasis> 
    140 and the network frame type is 802.2.  You should confirm that these are
    141 the correct settings and adjust as necessary.</para>
     136<para>Next install the
     137<filename>/etc/sysconfig/network-devices/ifconfig.eth0/ipx</filename>
     138configuration file with the following commands:</para>
    142139
    143 <para><emphasis>Note</emphasis>: This will overwrite any existing file.</para>
    144 
    145 <screen><userinput><command>cat &gt; /etc/sysconfig/network-devices/ifconfig.ipx0 &lt;&lt; "EOF"</command>
    146 ONBOOT=yes
    147 SERVICE=ipx
    148 IPXDEV=eth0
    149 FRAME=802.2
     140<screen><userinput><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
     141cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/ipx &lt;&lt; "EOF"</command>
     142ONBOOT="yes"
     143SERVICE="ipx"
     144FRAME="<replaceable>[802.2]</replaceable>"
    150145<command>EOF</command></userinput></screen>
    151146
Note: See TracChangeset for help on using the changeset viewer.