]> git.ipfire.org Git - thirdparty/systemd.git/blame - .mkosi/mkosi.debian
final v236 update (#7649)
[thirdparty/systemd.git] / .mkosi / mkosi.debian
CommitLineData
d9215cd8
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
cb8ac964
DR
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]
24Distribution=debian
25Release=unstable
26
27[Output]
28Format=raw_btrfs
29Bootable=yes
30
31[Partitions]
32RootSize=2G
33
34[Packages]
35BuildPackages=
357cd556 36 acl
cb8ac964
DR
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
c63b01c6 57 libidn2-0-dev
cb8ac964
DR
58 libkmod-dev
59 liblzma-dev
60 liblz4-dev
357cd556 61 liblz4-tool
cb8ac964
DR
62 libmicrohttpd-dev
63 libmount-dev
64 libpam0g-dev
65 libqrencode-dev
66 libseccomp-dev
67 libsmartcols-dev
68 libtool
69 libxkbcommon-dev
6253abca 70 m4
6c3444cb 71 meson
cb8ac964
DR
72 pkg-config
73 python3
74 python3-lxml
357cd556 75 tree
cb8ac964
DR
76 uuid-dev
77 xsltproc
357cd556
DR
78 xz-utils
79
80Packages=
81 libqrencode3
82 locales
670d4946 83 libidn2-0