]> git.ipfire.org Git - thirdparty/systemd.git/blob - .mkosi/mkosi.debian
catalog: don't say "systemd" when we mean "system"
[thirdparty/systemd.git] / .mkosi / mkosi.debian
1 # SPDX-License-Identifier: LGPL-2.1+
2 #
3 # This file is part of systemd.
4 #
5 # Copyright 2016 Daniel Rusek
6 #
7 # systemd is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU Lesser General Public License as published by
9 # the Free Software Foundation; either version 2.1 of the License, or
10 # (at your option) any later version.
11 #
12 # systemd is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # Lesser General Public License for more details.
16 #
17 # You should have received a copy of the GNU Lesser General Public License
18 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
19
20 # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
21 # Simply invoke "mkosi" in the project directory to build an OS image.
22
23 [Distribution]
24 Distribution=debian
25 Release=unstable
26
27 [Output]
28 Format=raw_btrfs
29 Bootable=yes
30
31 [Partitions]
32 RootSize=2G
33
34 [Packages]
35 BuildPackages=
36 acl
37 docbook-xml
38 docbook-xsl
39 gcc
40 git
41 gnu-efi
42 gperf
43 intltool
44 iptables-dev
45 libacl1-dev
46 libaudit-dev
47 libblkid-dev
48 libbz2-dev
49 libcap-dev
50 libcryptsetup-dev
51 libcurl4-gnutls-dev
52 libdbus-1-dev
53 libdw-dev
54 libfdisk-dev
55 libgcrypt20-dev
56 libgnutls28-dev
57 libidn2-0-dev
58 libkmod-dev
59 liblzma-dev
60 liblz4-dev
61 liblz4-tool
62 libmicrohttpd-dev
63 libmount-dev
64 libpam0g-dev
65 libqrencode-dev
66 libseccomp-dev
67 libsmartcols-dev
68 libtool
69 libxkbcommon-dev
70 m4
71 meson
72 pkg-config
73 python3
74 python3-lxml
75 tree
76 uuid-dev
77 xsltproc
78 xz-utils
79
80 Packages=
81 libqrencode3
82 locales
83 libidn2-0