mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 17:51:08 +00:00
Update cheatsheets
This commit is contained in:
29
linux/systemd-sysext
Normal file
29
linux/systemd-sysext
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user