From fe83da73f91ec202c3c4de26a9449143a06fea41 Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Sun, 17 Sep 2023 02:12:26 +0530 Subject: [PATCH] systemd-sysext: add page (#10724) * systemd-sysext: add page --------- Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/systemd-sysext.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/systemd-sysext.md diff --git a/pages/linux/systemd-sysext.md b/pages/linux/systemd-sysext.md new file mode 100644 index 000000000..df6c7f4d5 --- /dev/null +++ b/pages/linux/systemd-sysext.md @@ -0,0 +1,24 @@ +# systemd-sysext + +> Activate or deactivate system extension images. +> More information: . + +- 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`