2020-11-09 13:23:58 +09:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2018-04-30 19:38:41 +02:00
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
2020-07-16 21:41:11 +01:00
# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
2018-04-30 19:38:41 +02:00
[Distribution]
Distribution=ubuntu
2020-07-14 09:33:29 -04:00
Release=focal
2018-04-30 19:38:41 +02:00
Repositories=main,universe
[Packages]
BuildPackages=
acl
docbook-xml
docbook-xsl
gcc
gettext
git
gnu-efi
gperf
libacl1-dev
libaudit-dev
libblkid-dev
libbz2-dev
libcap-dev
libcryptsetup-dev
libcurl4-gnutls-dev
libdbus-1-dev
libdw-dev
libfdisk-dev
2020-12-17 14:16:15 +01:00
libfido2-dev
2018-04-30 19:38:41 +02:00
libgcrypt20-dev
libgnutls28-dev
libidn2-0-dev
2020-07-14 09:33:29 -04:00
libip4tc-dev
libip6tc-dev
2018-04-30 19:38:41 +02:00
libkmod-dev
liblz4-dev
liblz4-tool
liblzma-dev
libmicrohttpd-dev
libmount-dev
libpam0g-dev
libqrencode-dev
libseccomp-dev
libsmartcols-dev
2020-12-17 14:16:15 +01:00
libssl-dev
libtss2-dev
2018-04-30 19:38:41 +02:00
libxkbcommon-dev
2020-07-14 09:33:29 -04:00
libxtables-dev
2020-04-26 23:33:50 +02:00
libzstd-dev
2018-04-30 19:38:41 +02:00
m4
meson
pkg-config
python3
python3-lxml
tree
tzdata
uuid-dev
xsltproc
xz-utils
2020-04-26 23:33:50 +02:00
zstd
2018-04-30 19:38:41 +02:00
Packages=
2020-12-06 11:42:45 +00:00
gdb
2020-12-17 14:16:15 +01:00
libfido2-1
2020-12-06 11:42:45 +00:00
libidn2-0
2020-07-14 09:33:29 -04:00
libqrencode4
2020-12-17 14:16:15 +01:00
# We pull in the -dev package here, since the binary ones appear to change names too often, and the -dev package pulls the right deps in automatically
libtss2-dev
2018-04-30 19:38:41 +02:00
locales
2020-12-19 19:47:50 +01:00
nano
2020-12-09 17:28:51 +00:00
strace
2020-12-19 19:47:50 +01:00
vim-tiny