]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysupdate: add support for --component-all + --feature-all + --feature-suggested... 42970/head
authorLennart Poettering <lennart@amutable.com>
Tue, 30 Jun 2026 19:46:46 +0000 (21:46 +0200)
committerLennart Poettering <lennart@amutable.com>
Mon, 13 Jul 2026 15:36:11 +0000 (17:36 +0200)
commit4481661a75acc01b5d66aa36443a7b80b557e4ba
tree804482dc2c46a12b866aee4ce3d32abcfb472d3e
parent9f3b604d6422513a703b5051c3d23af34be960a0
sysupdate: add support for --component-all + --feature-all + --feature-suggested to enable-feature verb

This adds similar concepts as we already have for enable-component:
let's add a way to enable all features or the suggeste dones, and
possibly on all components.

Or in other words, with this:

  systemd-sysupdate enable-component -S
  systemd-sysupdate enable-feature -A -s

We'll automatically enable all suggested components, and all features of
them.
src/sysupdate/sysupdate.c