Changeset 5f3a328 for chapter08


Ignore:
Timestamp:
11/04/2022 07:03:33 AM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
381c8a7
Parents:
90fcd12 (diff), 5156c400 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r90fcd12 r5f3a328  
    199199<screen><userinput remap="adjust">systemctl preset-all</userinput></screen>
    200200
    201     <para>Disable a service for upgrading binary distros.  It's useless for
    202     a basic Linux system built from source, and it will report an error if
     201    <para>Disable two services for upgrading binary distros.  They are useless for
     202    a basic Linux system built from source, and both will report an error if
    203203    it's enabled but not configured:</para>
    204204
    205 <screen><userinput remap="adjust">systemctl disable systemd-sysupdate</userinput></screen>
    206 
    207     <para>Also disable that unit's timer:</para>
    208 
    209 <screen><userinput remap="adjust">systemd disable systemd-sysupdate-reboot.timer</userinput></screen>
     205<screen><userinput remap="adjust">systemctl disable systemd-sysupdate{,-reboot}</userinput></screen>
    210206
    211207<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
Note: See TracChangeset for help on using the changeset viewer.