1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: mkosi
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Felipe Sateler <fsateler@debian.org>,
Luca Boccassi <bluca@debian.org>,
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
bash-completion,
pandoc <!nodoc>,
python3-all,
pybuild-plugin-pyproject,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/systemd-team/mkosi
Vcs-Git: https://salsa.debian.org/systemd-team/mkosi.git
Homepage: https://github.com/systemd/mkosi
Rules-Requires-Root: no
Package: mkosi
Architecture: all
Depends: systemd (>= 254~),
systemd-boot-efi,
systemd-boot-tools,
systemd-container (>= 254~),
systemd-repart,
systemd-ukify,
python3-cryptography,
python3-pefile,
fdisk,
apt,
apt-utils,
debian-archive-keyring | ubuntu-keyring,
cryptsetup-bin,
dosfstools,
mtools,
cpio,
kmod,
btrfs-progs,
e2fsprogs,
erofs-utils,
squashfs-tools,
xz-utils,
zstd,
gnupg,
pesign,
tpm2-tools,
efitools,
openssl,
jq,
${misc:Depends},
${python3:Depends},
Recommends: ovmf,
qemu-system,
ipxe-qemu,
virtiofsd,
uidmap,
systemd-timesyncd,
archlinux-keyring,
debian-archive-keyring,
distribution-gpg-keys,
ubuntu-keyring,
dnf,
pacman-package-manager,
zypper,
Description: build Bespoke OS Images
A fancy wrapper around "dnf --installroot", "apt", "zypper" and
"pacstrap", that may generate disk images with a number of
bells and whistles.
.
Generated images are "legacy-free". This means only GPT disk
labels (and no MBR disk labels) are supported, and only
systemd based images may be generated.
|