File: control

package info (click to toggle)
mkosi 5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 420 kB
  • sloc: python: 3,296; sh: 25; makefile: 7
file content (40 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download
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
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-compat (= 11),
               dh-python,
               pandoc,
               python3-all,
               python3-setuptools
Standards-Version: 4.3.0
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
X-Python3-Version: >= 3.6

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).