From: Daan De Meyer Date: Wed, 27 Oct 2021 09:54:53 +0000 (+0100) Subject: docs: Remove mkosi symlink instruction from HACKING X-Git-Tag: v250-rc1~411^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=390a3076656fb02aec1f275e3e5188f8ab1bc966;p=thirdparty%2Fsystemd.git 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. --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 40ed8b0b4f7..f435d02b25a 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