]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: mkosi-13 or newer required
authorSonali Srivastava <srivastava.sonali1@gmail.com>
Mon, 8 Aug 2022 10:43:00 +0000 (16:13 +0530)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 8 Aug 2022 11:15:20 +0000 (12:15 +0100)
docs/HACKING.md

index 2015a40193836fe6b86f0d68f5a19cc640f0225c..4b93741f3aa41c66526ec231e358c54a0ab41340 100644 (file)
@@ -38,9 +38,10 @@ from an upstream distribution in combination with a fresh build of the project
 in the local working directory. To make use of this, please install the
 `mkosi` package (if not packaged for your distro, it can be downloaded from
 the [GitHub repository](https://github.com/systemd/mkosi). `mkosi` will build an
-image for the host distro by default. It is sufficient to type `mkosi` in the
-systemd project directory to generate a disk image `image.raw` you can boot either
-in `systemd-nspawn` or in an UEFI-capable VM:
+image for the host distro by default. mkosi-13 or newer version is required.
+It is sufficient to type `mkosi` in the systemd project directory to generate
+a disk image `image.raw` you can boot either in `systemd-nspawn` or
+in an UEFI-capable VM:
 
 ```sh
 $ mkosi boot
@@ -100,7 +101,7 @@ $ vim src/core/main.c             # or wherever you'd like to make your changes
 $ meson build                     # configure the build
 $ ninja -C build                  # build it locally, see if everything compiles fine
 $ meson test -C build             # run some simple regression tests
-$ sudo mkosi                      # build a test image
+$ sudo mkosi                      # mkosi-13 or newer required to build a test image
 $ sudo mkosi boot                 # boot up the test image
 $ git add -p                      # interactively put together your patch
 $ git commit                      # commit it