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