Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

Location:
BOOK/network/common
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/dhcpcd.xml

    rc636dee r7cd7f99  
    3131    <para os="b">Prepare DHCPCD for compilation:</para>
    3232
    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>
    3539
    3640    <para os="d">Compile the package:</para>
  • BOOK/network/common/hostname.xml

    rc636dee r7cd7f99  
    2121  by running:</para>
    2222
    23   <screen role="nodump"><userinput>echo "<replaceable>[clfs]</replaceable>" &gt; /etc/hostname</userinput></screen>
     23<screen role="nodump"><userinput>echo "<replaceable>[clfs]</replaceable>" &gt; /etc/hostname</userinput></screen>
    2424
    2525  <para><replaceable>[clfs]</replaceable> needs to be replaced with the
  • BOOK/network/common/hosts.xml

    rc636dee r7cd7f99  
    2727  <filename>/etc/hosts</filename> file. The syntax is:</para>
    2828
    29   <screen>&lt;IP address&gt; myhost.example.org aliases</screen>
     29<screen>&lt;IP address&gt; myhost.example.org aliases</screen>
    3030
    3131  <para>Unless the computer is to be visible to the Internet (i.e.,
  • BOOK/network/common/systemd-network.xml

    rc636dee r7cd7f99  
    3232      interface with a config file. Adjust Name= as required:</para>
    3333
    34   <screen role="nodump"><userinput>cd /etc/systemd/network &amp;&amp;
     34<screen role="nodump"><userinput>cd /etc/systemd/network &amp;&amp;
    3535cat &gt; static.network &lt;&lt; "EOF"
    3636[Match]
Note: See TracChangeset for help on using the changeset viewer.