mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
64db6f3644
Fedora minimization had some effect, hence add some required dependencies explicitly so that we work anyway. Also, the libtool is not used anymore, drop it. Finally, the mkosi output format is called gpt_ext4 now, not raw_ext4 anymore.
76 lines
1.4 KiB
Plaintext
76 lines
1.4 KiB
Plaintext
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
# 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]
|
|
Distribution=fedora
|
|
Release=31
|
|
|
|
[Output]
|
|
Format=gpt_ext4
|
|
Bootable=yes
|
|
KernelCommandLine=printk.devkmsg=on
|
|
|
|
[Partitions]
|
|
RootSize=3G
|
|
|
|
[Packages]
|
|
BuildPackages=
|
|
audit-libs-devel
|
|
bzip2-devel
|
|
cryptsetup-devel
|
|
dbus-devel
|
|
diffutils
|
|
docbook-style-xsl
|
|
elfutils-devel
|
|
gcc
|
|
gettext
|
|
git
|
|
gnu-efi
|
|
gnu-efi-devel
|
|
gnutls-devel
|
|
gperf
|
|
hostname
|
|
iptables-devel
|
|
kmod-devel
|
|
libacl-devel
|
|
libblkid-devel
|
|
libcap-devel
|
|
libcurl-devel
|
|
libfdisk-devel
|
|
libgcrypt-devel
|
|
libidn2-devel
|
|
libmicrohttpd-devel
|
|
libmount-devel
|
|
libseccomp-devel
|
|
libselinux-devel
|
|
libxkbcommon-devel
|
|
libxslt
|
|
lz4
|
|
lz4-devel
|
|
m4
|
|
meson
|
|
openssl-devel
|
|
pam-devel
|
|
pcre2-devel
|
|
pkgconfig
|
|
python3-devel
|
|
python3-lxml
|
|
qrencode-devel
|
|
tree
|
|
valgrind-devel
|
|
xz-devel
|
|
|
|
Packages=
|
|
coreutils
|
|
cryptsetup-libs
|
|
kmod-libs
|
|
libidn2
|
|
libseccomp
|
|
procps-ng
|
|
util-linux
|
|
|
|
BuildDirectory=mkosi.builddir
|
|
Cache=mkosi.cache
|