summaryrefslogtreecommitdiff
path: root/docs/HACKING.md
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2021-10-27 10:54:53 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2021-10-27 11:10:52 +0100
commit390a3076656fb02aec1f275e3e5188f8ab1bc966 (patch)
treedc4868cc412f688c26a7a222d321300f80386106 /docs/HACKING.md
parentff7c07fb0884387619cfffd7ef1ee843280856cc (diff)
downloadsystemd-390a3076656fb02aec1f275e3e5188f8ab1bc966.tar.gz
docs: Remove mkosi symlink instruction from HACKING
mkosi automatically builds for the host distro which seems a much better default to encourage since dnf won't be installed on any host system that's not Fedora anyway.
Diffstat (limited to 'docs/HACKING.md')
-rw-r--r--docs/HACKING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md
index 40ed8b0b4f..f435d02b25 100644
--- a/docs/HACKING.md
+++ b/docs/HACKING.md
@@ -92,7 +92,6 @@ $ vim src/core/main.c # or wherever you'd like to make your
$ meson build # configure the build
$ meson compile -C build # build it locally, see if everything compiles fine
$ meson test -C build # run some simple regression tests
-$ ln -s .mkosi/mkosi.fedora mkosi.default # Configure mkosi to build a fedora image
$ sudo mkosi # build a test image
$ sudo mkosi boot # boot up the test image
$ git add -p # interactively put together your patch