diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-05 06:05:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-05 06:05:45 +0000 |
commit | 2f0d64dc59a3ca3ac86d876bacc2e806fc113334 (patch) | |
tree | ec5a3809f3771297183775eda2717c191231a4ae /chapter07/network.xml | |
parent | 841b7235aa2c0d12622dff65a3a6c763f6f7493e (diff) |
Fixes to bootscripts:
* Remove unneeded function literals.
* Fix pidlist logic in statusproc.
* Fix statusproc usage statement.
* Add nodevtmpfs in mountfs stop.
* Be consistent wtih #!/bin/sh
Add nodump to xml so command to print out 70-persistent-net.rules
will not be used in jhalfs. Fixes a problem in kvm.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 8bb099adf..6946e693d 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -51,7 +51,7 @@ done</userinput></screen> <para>Now, inspect the <filename>/etc/udev/rules.d/70-persistent-net.rules</filename> file, to find out which name was assigned to which network device:</para> -<screen><userinput>cat /etc/udev/rules.d/70-persistent-net.rules</userinput></screen> +<screen role="nodump"><userinput>cat /etc/udev/rules.d/70-persistent-net.rules</userinput></screen> <para>The file begins with a comment block followed by two lines for each NIC. The first line for each NIC is a commented description showing its |