1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages/linux/systemd-sysext.md
Shashank Hebbar fe83da73f9
systemd-sysext: add page (#10724)
* systemd-sysext: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-17 02:12:26 +05:30

572 B

systemd-sysext

Activate or deactivate system extension images. More information: https://www.freedesktop.org/software/systemd/man/systemd-sysext.html.

  • List installed extension images:

systemd-sysext list

  • Merge system extension images into /usr/ and /opt/:

systemd-sysext merge

  • Check the current merge status:

systemd-sysext status

  • Unmerge all currently installed system extension images from /usr/ and /opt/:

systemd-sysext unmerge

  • Refresh system extension images (a combination of unmerge and merge):

systemd-sysext refresh