Files
tldr/pages.zh/linux/systemd-sysext.md

24 lines
549 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# systemd-sysext
> 激活或停用系统扩展映像。
> 更多信息:<https://www.freedesktop.org/software/systemd/man/systemd-sysext.html>。
- 列出已安装的扩展映像:
`systemd-sysext list`
- 将系统扩展映像合并到 `/usr/``/opt/`
`systemd-sysext merge`
- 检查当前合并状态:
`systemd-sysext status`
-`/usr/``/opt/` 中取消合并所有当前安装的系统扩展映像:
`systemd-sysext unmerge`
- 刷新系统扩展映像(`unmerge``merge` 的组合):
`systemd-sysext refresh`