summaryrefslogtreecommitdiff
path: root/README.md
blob: ed944eff90980f3018618467df91eb36a9c12161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# mkosi - Create legacy-free OS images

A fancy wrapper around `dnf --installroot`, `debootstrap`,
`pacstrap` and `zypper` that may generate disk images with a number of
bells and whistles.

For a longer description and available features and options, see the
[man page](mkosi.md).

# References

* [Primary mkosi git repository on GitHub](https://github.com/systemd/mkosi/)
* [mkosi — A Tool for Generating OS Images](http://0pointer.net/blog/mkosi-a-tool-for-generating-os-images.html) indroductory blog post by Lennart Poettering
* [The mkosi OS generation tool](https://lwn.net/Articles/726655/) story on LWN