]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Make mkosi install instructions generic
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Oct 2021 11:08:59 +0000 (12:08 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Oct 2021 11:27:16 +0000 (12:27 +0100)
docs/HACKING.md

index 7e1a9f86eb72a663eaec5f15ac9245f75a1444e4..c15f82701bbc1a35a092e9d60e3fa01a6e6f5184 100644 (file)
@@ -87,11 +87,12 @@ $ makepkg -seoc
 ```
 
 Putting this all together, here's a series of commands for preparing a patch
-for systemd (this example is for Fedora):
+for systemd:
 
 ```sh
 # Install build dependencies (see above)
-$ sudo dnf install mkosi                  # install tool to quickly build images
+# Install a recent version of mkosi (either via your distro's package manager if
+# available there or from the github repository otherwise)
 $ git clone https://github.com/systemd/systemd.git
 $ cd systemd
 $ git checkout -b <BRANCH>                # where BRANCH is the name of the branch