aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2017-12-22 06:48:14 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2017-12-22 06:48:14 +0000
commit896e77e204cfd406b453c976bad19876c9fa761c (patch)
tree4b840a50555f81ba7c3e9ea7d3a02aa51c81c7cc
parente88a471b185846c93c91f39dcd12aa147006b03e (diff)
Remove unneeded group from default udev rules in the systemd book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11339 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/systemd.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 867b6fdcf..9bd8fd6d0 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -52,6 +52,12 @@
<screen><userinput remap="pre">sed '179,223d' -i src/resolve/meson.build</userinput></screen>
+ <para>Remove an unneeded group,
+ <systemitem class="groupname">render</systemitem>, from the default udev
+ rules:</para>
+
+<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen>
+
<para>Prepare systemd for compilation:</para>
<screen><userinput remap="configure">mkdir -p build