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
|
Source: mkosi
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Felipe Sateler <fsateler@debian.org>
Section: admin
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
help2man,
python3-all,
python3-setuptools
Standards-Version: 4.0.0
Homepage: https://github.com/systemd/mkosi
Vcs-Git: https://salsa.debian.org/systemd-team/mkosi.git
Vcs-Browser: https://salsa.debian.org/systemd-team/mkosi
X-Python3-Version: >= 3.5
Package: mkosi
Architecture: all
Depends: btrfs-progs,
e2fsprogs,
dosfstools,
xz-utils,
debootstrap,
systemd-container (>= 233-1),
fdisk | util-linux (<< 2.29.2-3~),
${misc:Depends},
${python3:Depends}
Recommends: ovmf, debian-archive-keyring, ubuntu-archive-keyring
Description: create legacy-free OS images
A fancy wrapper around "dnf --installroot", "debootstrap" 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. Moreover, for bootable
images only EFI systems are supported (not plain MBR/BIOS).
|