Changeset a815ec7
- Timestamp:
- 02/05/2021 06:51:37 AM (4 years ago)
- Branches:
- 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 6e8c493
- Parents:
- a649b07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/systemd.xml
ra649b07 ra815ec7 213 213 <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen> 214 214 215 <para>Remove an useless directory:</para> 216 217 <screen><userinput remap="install">rm -rf /usr/lib/pam.d</userinput></screen> 218 215 219 <para>Create the <filename>/etc/machine-id</filename> file needed by 216 220 <command>systemd-journald</command>:</para> … … 229 233 <screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen> 230 234 235 <!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out. 236 If it causes any trouble, we can add this back and also copy it into BLFS --> 237 <!-- 231 238 <para>Prevent systemd from resetting the maximum PID value which causes 232 239 some problems with packages and units in BLFS:</para> 233 240 234 241 <screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen> 242 --> 235 243 236 244 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.