1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:53:59 +02:00

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>
This commit is contained in:
Shashank Hebbar 2023-09-17 02:12:26 +05:30 committed by GitHub
parent 49814a0d8e
commit fe83da73f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# 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`