]> git.ipfire.org Git - thirdparty/systemd.git/blame - .mkosi/mkosi.ubuntu
libudev: re-implement libudev-list with LIST and hashmap
[thirdparty/systemd.git] / .mkosi / mkosi.ubuntu
CommitLineData
f3ab1d39 1# SPDX-License-Identifier: LGPL-2.1+
f3ab1d39
LP
2
3# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
4# Simply invoke "mkosi" in the project directory to build an OS image.
5
6[Distribution]
7Distribution=ubuntu
8Release=bionic
9Repositories=main,universe
10
11[Output]
12Format=raw_btrfs
13Bootable=no
14
15[Partitions]
16RootSize=2G
17
18[Packages]
19BuildPackages=
20 acl
21 docbook-xml
22 docbook-xsl
23 gcc
24 gettext
25 git
26 gnu-efi
27 gperf
28 iptables-dev
29 libacl1-dev
30 libaudit-dev
31 libblkid-dev
32 libbz2-dev
33 libcap-dev
34 libcryptsetup-dev
35 libcurl4-gnutls-dev
36 libdbus-1-dev
37 libdw-dev
38 libfdisk-dev
39 libgcrypt20-dev
40 libgnutls28-dev
41 libidn2-0-dev
42 libkmod-dev
43 liblz4-dev
44 liblz4-tool
45 liblzma-dev
46 libmicrohttpd-dev
47 libmount-dev
48 libpam0g-dev
49 libqrencode-dev
50 libseccomp-dev
51 libsmartcols-dev
52 libtool
53 libxkbcommon-dev
54 m4
55 meson
56 pkg-config
57 python3
58 python3-lxml
59 tree
60 tzdata
61 uuid-dev
62 xsltproc
63 xz-utils
64
65Packages=
66 libqrencode3
67 locales
68 libidn2-0