diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-09 08:28:01 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-09 08:28:01 +0000 |
commit | 81541264e937b66bdfef0f076dccc2e89c16bd0f (patch) | |
tree | 6b255ecc0833a3ba9a7436850e94a4fbe66b9aad /chapter07/network.xml | |
parent | 5323dbffae26954e14862842a9cb0ce4e74ddf5c (diff) |
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
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index b5202fb62..601c7e074 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -46,7 +46,8 @@ <para>The following command creates a sample file for the <emphasis>eth0</emphasis> device with a static IP address:</para> - +<!-- jhalfs relies on the values for IFACE, IP, etc. If you want to change + them, please inform the jhalfs maintainer. --> <screen><userinput>cd /etc/sysconfig/ cat > ifconfig.eth0 << "EOF" <literal>ONBOOT=yes |