Changeset 7cd7f99 for BOOK/network
- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- Location:
- BOOK/network
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/network/common/dhcpcd.xml
rc636dee r7cd7f99 31 31 <para os="b">Prepare DHCPCD for compilation:</para> 32 32 33 <screen os="c" role="nodump"><userinput>./configure --prefix=/usr --sbindir=/sbin \ 34 --sysconfdir=/etc --dbdir=/var/lib/dhcpcd --libexecdir=/usr/lib/dhcpcd</userinput></screen> 33 <screen os="c" role="nodump"><userinput>./configure \ 34 --prefix=/usr \ 35 --sbindir=/sbin \ 36 --sysconfdir=/etc \ 37 --dbdir=/var/lib/dhcpcd \ 38 --libexecdir=/usr/lib/dhcpcd</userinput></screen> 35 39 36 40 <para os="d">Compile the package:</para> -
BOOK/network/common/hostname.xml
rc636dee r7cd7f99 21 21 by running:</para> 22 22 23 23 <screen role="nodump"><userinput>echo "<replaceable>[clfs]</replaceable>" > /etc/hostname</userinput></screen> 24 24 25 25 <para><replaceable>[clfs]</replaceable> needs to be replaced with the -
BOOK/network/common/hosts.xml
rc636dee r7cd7f99 27 27 <filename>/etc/hosts</filename> file. The syntax is:</para> 28 28 29 29 <screen><IP address> myhost.example.org aliases</screen> 30 30 31 31 <para>Unless the computer is to be visible to the Internet (i.e., -
BOOK/network/common/systemd-network.xml
rc636dee r7cd7f99 32 32 interface with a config file. Adjust Name= as required:</para> 33 33 34 34 <screen role="nodump"><userinput>cd /etc/systemd/network && 35 35 cat > static.network << "EOF" 36 36 [Match] -
BOOK/network/multilib/dhcpcd.xml
rc636dee r7cd7f99 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 31 32 <screen os="c" role="nodump"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --sbindir=/sbin \ 33 --sysconfdir=/etc --dbdir=/var/lib/dhcpcd --libexecdir=/usr/lib64/dhcpcd \ 32 <screen os="c" role="nodump"><userinput>CC="gcc ${BUILD64}" ./configure \ 33 --prefix=/usr \ 34 --sbindir=/sbin \ 35 --sysconfdir=/etc \ 36 --dbdir=/var/lib/dhcpcd \ 37 --libexecdir=/usr/lib64/dhcpcd \ 34 38 --libdir=/usr/lib64</userinput></screen> 35 39
Note:
See TracChangeset
for help on using the changeset viewer.