From: Daan De Meyer Date: Thu, 23 Dec 2021 14:29:45 +0000 (+0100) Subject: docs: Remove Other Features section X-Git-Tag: v13~97^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a0d15913037147fa7b19005f1593efe6ae3443;p=thirdparty%2Fmkosi.git docs: Remove Other Features section This just lists some very specific features that are already documented in their respective config options. Let's remove it so we get rid of one more section that should be updated when we add new features. --- diff --git a/mkosi.md b/mkosi.md index 34e15d503..0acb7ad3c 100644 --- a/mkosi.md +++ b/mkosi.md @@ -66,36 +66,6 @@ options are available: * A dm-verity partition may be added in that adds runtime integrity data for the root partition -## Other features - -* Optionally, create an *SHA256SUMS* checksum file for the result, - possibly even signed via `gpg`. - -* Optionally, place a specific `.nspawn` settings file along - with the result. - -* Optionally, build a local project's *source* tree in the image - and add the result to the generated image. - -* Optionally, share *RPM*/*DEB* package cache between multiple runs, - in order to optimize build speeds. - -* Optionally, the resulting image may be compressed with *XZ*. - -* Optionally, the resulting image may be converted into a *QCOW2* file - suitable for `qemu` storage. - -* Optionally, btrfs' read-only flag for the root subvolume may be - set. - -* Optionally, btrfs' compression may be enabled for all - created subvolumes. - -* By default images are created without all files marked as - documentation in the packages, on distributions where the package - manager supports this. Use the `WithDocs=yes` flag to build an image - with docs added. - ## Command Line Verbs The following command line verbs are known: @@ -815,7 +785,7 @@ a boolean argument: either "1", "yes", or "true" to enable, or "0", : Takes a comma-separated list of package specifications for removal, in the same format as `Packages=`. The removal will be performed as one of the last steps. This step is skipped if `CleanPackageMetadata=no` is used. - + : This option is currently only implemented for distributions using `dnf`. `Environment=`, `--environment=`