2017-11-18 18:18:16 +01:00
# SPDX-License-Identifier: LGPL-2.1+
#
2016-10-05 14:00:06 +02:00
# This file is part of systemd.
#
2016-10-04 11:00:02 -04:00
# Copyright 2016 Lennart Poettering
2016-10-05 14:00:06 +02:00
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# systemd is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
# Simply invoke "mkosi" in the project directory to build an OS image.
[Distribution]
2016-10-04 11:00:02 -04:00
Distribution=fedora
2017-05-05 21:18:44 -04:00
Release=26
2016-10-05 14:00:06 +02:00
[Output]
Format=raw_btrfs
Bootable=yes
[Partitions]
2016-12-06 18:41:27 +01:00
RootSize=3G
2016-10-05 14:00:06 +02:00
[Packages]
BuildPackages=
2016-10-04 11:00:02 -04:00
audit-libs-devel
bzip2-devel
cryptsetup-devel
dbus-devel
2016-12-06 18:41:27 +01:00
diffutils
2016-10-04 11:00:02 -04:00
docbook-style-xsl
elfutils-devel
2016-10-05 14:00:06 +02:00
gcc
git
2016-10-04 11:00:02 -04:00
gnu-efi
gnu-efi-devel
gnutls-devel
2016-10-05 14:00:06 +02:00
gperf
intltool
2016-10-04 11:00:02 -04:00
iptables-devel
kmod-devel
libacl-devel
libblkid-devel
libcap-devel
libcurl-devel
libgcrypt-devel
2017-05-10 22:09:45 -04:00
libidn2-devel
2016-10-04 11:00:02 -04:00
libmicrohttpd-devel
libmount-devel
libseccomp-devel
libselinux-devel
2016-10-05 14:00:06 +02:00
libtool
2016-10-04 11:00:02 -04:00
libxkbcommon-devel
2016-10-05 14:00:06 +02:00
libxslt
2017-05-05 21:18:54 -04:00
lz4
2016-10-04 11:00:02 -04:00
lz4-devel
2017-07-18 00:51:14 +02:00
m4
2017-06-22 20:48:18 +02:00
meson
2016-10-04 11:00:02 -04:00
pam-devel
2016-10-05 14:00:06 +02:00
pkgconfig
2016-10-04 11:00:02 -04:00
python3-devel
python3-lxml
qrencode-devel
2016-12-06 18:41:27 +01:00
tree
2016-10-04 11:00:02 -04:00
xz-devel
2017-06-22 09:23:29 -04:00
Packages=
libidn2
2017-10-25 20:40:04 +02:00
BuildDirectory=mkosi.builddir
Cache=mkosi.cache