diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index b31b0de6b..843f702df 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -54,6 +54,15 @@ <para>Install the package:</para> <screen><userinput remap="install">make -f udev-lfs-&systemd-version;/Makefile.lfs install</userinput></screen> + + <para>Finally set up the persistent network udev rules. This task will be + explained in detail in <xref linkend='stable-net-names'/>. Note that the + <filename class='directory'>/sys</filename> and <filename + class='directory'>/proc</filename> filesystems must be mounted in the + chroot environment as explained at the beginning of this chapter for the + following script to work.</para> + +<screen><userinput remap="install">bash udev-lfs-&systemd-version;/init-net-rules.sh</userinput></screen> </sect2> <sect2 id="contents-udev" role="content"> |