2017-11-19 01:18:16 +08:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
#
|
2016-10-05 20:00:06 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
2016-10-04 23:00:02 +08:00
|
|
|
# Copyright 2016 Lennart Poettering
|
2016-10-05 20:00:06 +08:00
|
|
|
|
|
|
|
# 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 23:00:02 +08:00
|
|
|
Distribution=fedora
|
2018-02-07 17:39:49 +08:00
|
|
|
Release=27
|
2016-10-05 20:00:06 +08:00
|
|
|
|
|
|
|
[Output]
|
|
|
|
Format=raw_btrfs
|
|
|
|
Bootable=yes
|
|
|
|
|
|
|
|
[Partitions]
|
2016-12-07 01:41:27 +08:00
|
|
|
RootSize=3G
|
2016-10-05 20:00:06 +08:00
|
|
|
|
|
|
|
[Packages]
|
|
|
|
BuildPackages=
|
2016-10-04 23:00:02 +08:00
|
|
|
audit-libs-devel
|
|
|
|
bzip2-devel
|
|
|
|
cryptsetup-devel
|
|
|
|
dbus-devel
|
2016-12-07 01:41:27 +08:00
|
|
|
diffutils
|
2016-10-04 23:00:02 +08:00
|
|
|
docbook-style-xsl
|
|
|
|
elfutils-devel
|
2016-10-05 20:00:06 +08:00
|
|
|
gcc
|
2018-02-16 04:38:15 +08:00
|
|
|
gettext
|
2016-10-05 20:00:06 +08:00
|
|
|
git
|
2016-10-04 23:00:02 +08:00
|
|
|
gnu-efi
|
|
|
|
gnu-efi-devel
|
|
|
|
gnutls-devel
|
2016-10-05 20:00:06 +08:00
|
|
|
gperf
|
2018-04-19 16:33:57 +08:00
|
|
|
hostname
|
2016-10-04 23:00:02 +08:00
|
|
|
iptables-devel
|
|
|
|
kmod-devel
|
|
|
|
libacl-devel
|
|
|
|
libblkid-devel
|
|
|
|
libcap-devel
|
|
|
|
libcurl-devel
|
|
|
|
libgcrypt-devel
|
2017-05-11 10:09:45 +08:00
|
|
|
libidn2-devel
|
2016-10-04 23:00:02 +08:00
|
|
|
libmicrohttpd-devel
|
|
|
|
libmount-devel
|
|
|
|
libseccomp-devel
|
|
|
|
libselinux-devel
|
2016-10-05 20:00:06 +08:00
|
|
|
libtool
|
2016-10-04 23:00:02 +08:00
|
|
|
libxkbcommon-devel
|
2016-10-05 20:00:06 +08:00
|
|
|
libxslt
|
2017-05-06 09:18:54 +08:00
|
|
|
lz4
|
2016-10-04 23:00:02 +08:00
|
|
|
lz4-devel
|
2017-07-18 06:51:14 +08:00
|
|
|
m4
|
2017-06-23 02:48:18 +08:00
|
|
|
meson
|
2016-10-04 23:00:02 +08:00
|
|
|
pam-devel
|
2018-02-15 02:56:24 +08:00
|
|
|
pcre2-devel
|
2016-10-05 20:00:06 +08:00
|
|
|
pkgconfig
|
2016-10-04 23:00:02 +08:00
|
|
|
python3-devel
|
|
|
|
python3-lxml
|
|
|
|
qrencode-devel
|
2016-12-07 01:41:27 +08:00
|
|
|
tree
|
2016-10-04 23:00:02 +08:00
|
|
|
xz-devel
|
2017-06-22 21:23:29 +08:00
|
|
|
|
|
|
|
Packages=
|
|
|
|
libidn2
|
2017-10-26 02:40:04 +08:00
|
|
|
|
|
|
|
BuildDirectory=mkosi.builddir
|
|
|
|
Cache=mkosi.cache
|