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:
parent
49814a0d8e
commit
fe83da73f9
1 changed files with 24 additions and 0 deletions
24
pages/linux/systemd-sysext.md
Normal file
24
pages/linux/systemd-sysext.md
Normal 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`
|
Loading…
Add table
Reference in a new issue