diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-15 16:06:20 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-17 15:10:53 +0200 |
commit | 0923b4253c93ace134d06e6ecba8133b3e797616 (patch) | |
tree | ad906fb4d53cf95273068351657dcc6dfef83696 /docs/PORTABLE_SERVICES.md | |
parent | f6e88aac2c30392a934507591d70a35ca1ea7acf (diff) | |
download | systemd-0923b4253c93ace134d06e6ecba8133b3e797616.tar.gz |
tree-wide: replace "plural(s)" by "plurals"
(s) is just ugly with a vibe of DOS. In most cases just using the normal plural
form is more natural and gramatically correct.
There are some log_debug() statements left, and texts in foreign licenses or
headers. Those are not touched on purpose.
Diffstat (limited to 'docs/PORTABLE_SERVICES.md')
-rw-r--r-- | docs/PORTABLE_SERVICES.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/PORTABLE_SERVICES.md b/docs/PORTABLE_SERVICES.md index 20acbeae03..4f02ddb477 100644 --- a/docs/PORTABLE_SERVICES.md +++ b/docs/PORTABLE_SERVICES.md @@ -275,17 +275,17 @@ following must be also be observed: 1. The base/OS image must contain an `os-release file`, either in `/etc/os-release` or `/usr/lib/os-release`, in the standard format. -2. The upper extension(s) image(s) must contain an extension-release file in +2. The upper extension images must contain an extension-release file in `/usr/lib/extension-release.d/`, with an `ID=` and `SYSEXT_LEVEL=`/`VERSION_ID=` matching the base image. 3. The base/OS image does not need to have any unit files. -4. The upper extension(s) image(s) must at least contain one matching unit file each, - with the right name prefix and suffix (see above). +4. The upper extension images must contain at least one matching unit file + each, with the right name prefix and suffix (see above). -5. As with the base/OS image, the upper extension(s) image(s) must be a plain - sub-directory, a btrfs subvolume or a raw disk image. +5. As with the base/OS image, each upper extension image must be a plain + sub-directory, btrfs subvolume, or a raw disk image. ``` # portablectl attach --extension foobar_0.7.23.raw debian-runtime_11.1.raw foobar |