diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-12 20:02:11 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-12 20:02:11 +0000 |
commit | d29a03b05bec90bd48f2d93647c5120133c1cdbd (patch) | |
tree | 2c3a2d336c20845910b18bd8a20245af3ca63443 /chapter06 | |
parent | 0840dab001c684c0014ed46cd860dae282756642 (diff) |
Update to udev (systemd)-188
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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"> |