From 81541264e937b66bdfef0f076dccc2e89c16bd0f Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 9 Mar 2019 08:28:01 +0000 Subject: Adapt the LFS book for new jhalfs. The only visible change should be in "Static IP Configuration" for systemd, where is made , 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 --- chapter07/networkd.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter07/networkd.xml') diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index b446986fa..83b99a1ea 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -111,10 +111,11 @@ EOF The command below creates a basic configuration file for a Static IP setup (using both systemd-networkd and systemd-resolved): - + cat > /etc/systemd/network/10-eth-static.network << "EOF" [Match] -Name=<network-device-name> +Name=<network-device-name> [Network] Address=192.168.0.2/24 -- cgit v1.2.3-54-g00ecf