CINXE.COM
mkosi — Build Bespoke OS Images
<!DOCTYPE html> <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> <html lang="en"> <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#201A26"> <title>mkosi — Build Bespoke OS Images</title> <link rel="canonical" href="https://mkosi.systemd.io/"> <link rel="stylesheet" href="/style.css"> <link rel="icon" type="image/png" href="/favicon.png" /> </head> <body> <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> <header class="site-header"> <div class="wrapper"> <a class="page-logo" href="/"> <svg width="202" height="26" viewBox="0 0 202 26"> <use href="/assets/systemd-logo.svg#systemd-logo"/> </svg> </a> </div> </header> <div class="container"> <h1 id="mkosi--build-bespoke-os-images">mkosi — Build Bespoke OS Images</h1> <p>A fancy wrapper around <code class="language-plaintext highlighter-rouge">dnf --installroot</code>, <code class="language-plaintext highlighter-rouge">apt</code>, <code class="language-plaintext highlighter-rouge">pacman</code> and <code class="language-plaintext highlighter-rouge">zypper</code> that generates customized disk images with a number of bells and whistles.</p> <hr /> <h2 id="documentation">Documentation</h2> <ul> <li><a href="https://github.com/systemd/mkosi/blob/main/mkosi/resources/man/mkosi.1.md">A longer description and available features and options</a></li> </ul> <h2 id="contributing">Contributing</h2> <ul> <li><a href="/CODING_STYLE.html">Coding Style</a></li> </ul> <h2 id="tutorials">Tutorials</h2> <ul> <li><a href="/distribution-policy.html">Adding new distributions</a></li> <li><a href="/building-rpms-from-source.html">Building RPMs from source with mkosi</a></li> <li><a href="/initrd.html">Building a custom initrd and using it in a mkosi image</a></li> <li><a href="/sysext.html">Building system extensions with mkosi</a></li> </ul> <h2 id="project">Project</h2> <ul> <li><a href="https://brand.systemd.io/">Brand</a></li> <li><a href="https://github.com/systemd/mkosi">GitHub Project Page</a></li> <li><a href="https://github.com/systemd/mkosi/issues">Issues</a></li> <li><a href="https://github.com/systemd/mkosi/pulls">Pull Requests</a></li> <li><a href="https://github.com/systemd/mkosi/releases">Releases</a></li> </ul> <hr /> </div> <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> <footer class="site-footer"> <p>© systemd, 2024</p> <p><a href="https://github.com/systemd/mkosi/tree/main/docs">Website source</a></p> </footer> </body> </html>