From: Daan De Meyer Date: Wed, 27 Oct 2021 11:08:59 +0000 (+0100) Subject: docs: Make mkosi install instructions generic X-Git-Tag: v250-rc1~411^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c71f971c12f1fb0134af7f3452013ba6e2f6e7e;p=thirdparty%2Fsystemd.git docs: Make mkosi install instructions generic --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 7e1a9f86eb7..c15f82701bb 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -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 # where BRANCH is the name of the branch