2025-03-14 21:59:59 -06:00
|
|
|
# systemd-sysext
|
|
|
|
|
|
|
|
|
|
> Activate or deactivate system extension images.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-sysext.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List installed extension images:
|
|
|
|
|
|
|
|
|
|
`systemd-sysext list`
|
|
|
|
|
|
|
|
|
|
- Merge system extension images into `/usr/` and `/opt/`:
|
|
|
|
|
|
|
|
|
|
`systemd-sysext merge`
|
|
|
|
|
|
|
|
|
|
- Check the current merge status:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`systemd-sysext`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|