diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-05-13 10:40:28 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-05-13 10:40:28 -0500 |
commit | 8725caed0249a7f00cff153ca69ed2f5168de6ce (patch) | |
tree | ba6dc358c6c7f251d6b792e95c667e30b4afcd2d /chapter08 | |
parent | 7bf2e85ea60cbd20a1aabed7c581661147b65d00 (diff) |
Remove unnecessary command for systemd. Nice eye, Xi!
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index ef1147b28..d7822398c 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -51,9 +51,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen> +<!-- Seems to be not needed anymore with 248 <para>Remove tests that cannot be built in chroot:</para> <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen> +--> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev |