Skip to content

Fixup #331

Merged
merged 3 commits into from
Jul 5, 2023
Merged

Fixup #331

merged 3 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. lightdm.service: Start only on desktop

    After the condition on the lightdm tag was removed, the display manager
    would start on servers, too. Add condition on the desktop tag.
    donald committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e601a90 View commit details
    Browse the repository at this point in the history
  2. pdist-bootcheck: Keep sending "update in progress"

    A synchronous pdist may take some time without anything happening on
    the console. At the same time, other messages from systemd might be
    emitted, scrolling the original "Update and reboot required" to a less
    prominent place.
    
    Keep sending messages at regular intervals.
    donald committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9a375fd View commit details
    Browse the repository at this point in the history
  3. pdist-bootcheck: Run async update as transient service

    Run the update as a separate service instead of as a forked
    process to avoid the error message
    
        pdist-bootcheck.service: Failed to destroy cgroup /system.slice/pdist-bootcheck.service, ignoring: Device or resource busy
    
    and to capture the exist status in systemd and the output in the
    journal.
    donald committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    47f983a View commit details
    Browse the repository at this point in the history