From: Daan De Meyer Date: Wed, 27 Oct 2021 09:50:19 +0000 (+0100) Subject: docs: Clean up links in HACKING.md X-Git-Tag: v250-rc1~411^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=540804827a2e1a724d9032d6d0314a6ff48476e1;p=thirdparty%2Fsystemd.git docs: Clean up links in HACKING.md --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 1d84efc8ae4..c7691129569 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -8,8 +8,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later # Hacking on systemd We welcome all contributions to systemd. If you notice a bug or a missing -feature, please feel invited to fix it, and submit your work as a GitHub Pull -Request (PR) at https://github.com/systemd/systemd/pull/new. +feature, please feel invited to fix it, and submit your work as a +[GitHub Pull Request (PR)](https://github.com/systemd/systemd/pull/new). Please make sure to follow our [Coding Style](CODING_STYLE.md) when submitting patches. Also have a look at our [Contribution Guidelines](CONTRIBUTING.md). @@ -32,14 +32,15 @@ run the relevant tool from the build directory. For some components (most importantly, systemd/PID1 itself) this is not possible, however. In order to simplify testing for cases like this we provide -a set of `mkosi` build files directly in the source tree. `mkosi` is a tool for -building clean OS images 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 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: +a set of `mkosi` build files directly in the source tree. +[mkosi](https://github.com/systemd/mkosi) is a tool for building clean OS images +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: ``` # mkosi boot