]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
docs: Mention mkosi -t none in rpm doc
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 21 Mar 2025 14:19:48 +0000 (15:19 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 21 Mar 2025 14:21:27 +0000 (15:21 +0100)
docs/building-rpms-from-source.md

index 9455e27d749a85b9946dc48145de094d72490c1b..ecd5257de6aa8463a28e2e47d15e56a150c111b0 100644 (file)
@@ -200,3 +200,6 @@ mkosi-install mkosi
 
 cp "$PACKAGEDIR"/*mkosi*.rpm "$OUTPUTDIR"
 ```
+
+To run just the build script to build the rpms without actually building
+an image, you can use the `none` output format (`mkosi -t none`).