# mkosi — Build Bespoke OS Images
-A fancy wrapper around `dnf --installroot`, `debootstrap`, `pacstrap`
+A fancy wrapper around `dnf --installroot`, `debootstrap`, `pacman`
and `zypper` that generates customized disk images with a number of
bells and whistles.
# DESCRIPTION
`mkosi` is a tool for easily building customized OS images. It's a
-fancy wrapper around `dnf --installroot`, `debootstrap`, `pacstrap`
+fancy wrapper around `dnf --installroot`, `debootstrap`, `pacman`
and `zypper` that may generate disk images with a number of bells and
whistles.
tools are available. Specifically, any distribution that packages
`debootstrap` may be used to build *Debian* or *Ubuntu* images. Any
distribution that packages `dnf` may be used to build *Fedora Linux*,
-*Mageia* or *OpenMandriva* images. Any distro that packages `pacstrap` may be used to
+*Mageia* or *OpenMandriva* images. Any distro that packages `pacman` may be used to
build *Arch Linux* images. Any distribution that packages `zypper` may
be used to build *openSUSE* images. Any distribution that packages
`yum` (or the newer replacement `dnf`) may be used to build *CentOS*, *Rocky Linux*,
# Permissions on these directories are all 0o777 because of 'mount --bind'
# limitations but pacman expects them to be 0o755 so we fix them before
- # calling pacstrap (except /var/tmp which is 0o1777).
+ # calling pacman (except /var/tmp which is 0o1777).
fix_permissions_dirs = {
"boot": 0o755,
"etc": 0o755,