aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/symlinks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/symlinks.xml')
-rw-r--r--chapter07/symlinks.xml44
1 files changed, 3 insertions, 41 deletions
diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml
index e80f839dd..f633695aa 100644
--- a/chapter07/symlinks.xml
+++ b/chapter07/symlinks.xml
@@ -5,12 +5,12 @@
%general-entities;
]>
-<sect1 id="ch-scripts-symlinks" revision="sysv">
+<sect1 id="ch-scripts-symlinks">
<?dbhtml filename="symlinks.html"?>
<title>Managing Devices</title>
- <sect2>
+ <sect2 revision="sysv">
<title>Network Devices</title>
@@ -113,48 +113,10 @@
creating your configuration files below.</para>
</sect3>
-<!--
- <sect3>
- <title>Custom Naming in Systemd</title>
-
- <para>Network interface names can also be customized with a set of
- files spcific to systemd. A file with a name such as 10-eth0.link
- in the /etc/systemd/network directory can set an interface name. All
- files in the directory will be applied in lexical order. Files
- in the /lib/systemd/network directory with the same name as those
- in /etc/systemd/network will be overridden. See the man page
- for systemd.link for a full explanation.</para>
-
- <para>An example file looks like:</para>
-
-<screen role="nodump">[Match]
-MACAddress=12:34:56:78:9a:bc
-Driver=brcmsmac
-Path=pci-0000:02:00.0-*
-Type=wlan
-Virtualization=no
-Host=my-laptop
-Architecture=x86-64
-
-[Link]
-Name=wireless0
-MTUBytes=1450
-BitsPerSecond=10M
-WakeOnLan=magic
-MACAddress=cb:a9:87:65:43:21</screen>
-
- <para>The [Match] section specifies when to apply the rule. In
- the example above, the entries can be shortened to the minimum
- needed to uniquely identify the network device. Similarly,
- the [Link] section only needs to specify the changes from the
- default that are desired. In many cases, the only thing needed is
- the Name entry.</para>
- </sect3>
--->
</sect2>
- <sect2>
+ <sect2 revision="sysv">
<title>CD-ROM symlinks</title>