mirror of
https://github.com/systemd/systemd.git
synced 2024-11-30 22:03:41 +08:00
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.
This commit is contained in:
parent
ff7c07fb08
commit
390a307665
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user