Changeset 8154126


Ignore:
Timestamp:
03/09/2019 08:28:01 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cdf7a68
Parents:
5323dbf
Message:

Adapt the LFS book for new jhalfs. The only visible change should be
in "Static IP Configuration" for systemd, where <network-device-name> is
made <replaceable>, and so appears in italics (note: this is not needed
by jhalfs, but is consistent with other similar constructs in the book)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter07
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter07/clock.xml

    r5323dbf r8154126  
    3737  if your hardware clock is set to local time:</para>
    3838
    39 <screen role="nodump"><userinput>cat &gt; /etc/adjtime &lt;&lt; "EOF"
     39<screen><userinput>cat &gt; /etc/adjtime &lt;&lt; "EOF"
    4040<literal>0.0 0 0.0
    41410
  • chapter07/consoled.xml

    r5323dbf r8154126  
    7676
    7777  <para>An example for a German keyboard and console is given below:</para>
    78 
    79 <screen role="nodump"><userinput>cat &gt; /etc/vconsole.conf &lt;&lt; "EOF"
     78<!-- This is what is used by jhalfs for creating the vconsole.conf file.
     79     Whenever you want to change the following, please inform the jhalfs
     80     maintianer(s). -->
     81<screen><userinput>cat &gt; /etc/vconsole.conf &lt;&lt; "EOF"
    8082<literal>KEYMAP=de-latin1
    8183FONT=Lat2-Terminus16</literal>
  • chapter07/network.xml

    r5323dbf r8154126  
    4747    <para>The following command creates a sample file for the
    4848    <emphasis>eth0</emphasis> device with a static IP address:</para>
    49 
     49<!-- jhalfs relies on the values for IFACE, IP, etc. If you want to change
     50     them, please inform the jhalfs maintainer. -->
    5051<screen><userinput>cd /etc/sysconfig/
    5152cat &gt; ifconfig.eth0 &lt;&lt; "EOF"
  • chapter07/networkd.xml

    r5323dbf r8154126  
    112112      Static IP setup (using both systemd-networkd and
    113113      systemd-resolved):</para>
    114 
     114<!-- jhalfs relies on the values for Name, Address, etc. If you want to change
     115     them, please inform the jhalfs maintainer. -->
    115116<screen><userinput>cat &gt; /etc/systemd/network/10-eth-static.network &lt;&lt; "EOF"
    116117<literal>[Match]
    117 Name=&lt;network-device-name&gt;
     118Name=<replaceable>&lt;network-device-name&gt;</replaceable>
    118119
    119120[Network]
  • chapter07/usage.xml

    r5323dbf r8154126  
    490490      <para>The following is a Unicode-enabled example for Bulgarian, where a
    491491      stock UTF-8 keymap exists:</para>
    492 
    493 <screen role="nodump"><userinput>cat &gt; /etc/sysconfig/console &lt;&lt; "EOF"
     492<!-- This is what is used by jhalfs for creating the console file: whenever
     493     you change the following, please inform the jhalfs maintainer(s). -->
     494<screen><userinput>cat &gt; /etc/sysconfig/console &lt;&lt; "EOF"
    494495<literal># Begin /etc/sysconfig/console
    495496
Note: See TracChangeset for help on using the changeset viewer.