mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
9acb2964d7
Both hostname and uname utilities boil down to uname(2) syscall. Reduce tests dependency footprint by using uname for checking hostname too.
78 lines
1.5 KiB
Plaintext
78 lines
1.5 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
|
|
|
|
[Partitions]
|
|
RootSize=3G
|
|
|
|
[Packages]
|
|
BuildPackages=
|
|
audit-libs-devel
|
|
bzip2-devel
|
|
cryptsetup-devel
|
|
dbus-devel
|
|
diffutils
|
|
docbook-style-xsl
|
|
elfutils-devel
|
|
gcc
|
|
gettext
|
|
git
|
|
glibc-minimal-langpack
|
|
gnu-efi
|
|
gnu-efi-devel
|
|
gnutls-devel
|
|
gperf
|
|
iptables-devel
|
|
kmod-devel
|
|
libacl-devel
|
|
libblkid-devel
|
|
libcap-devel
|
|
libcurl-devel
|
|
libfdisk-devel
|
|
libgcrypt-devel
|
|
libidn2-devel
|
|
libmicrohttpd-devel
|
|
libmount-devel
|
|
libpwquality-devel
|
|
libseccomp-devel
|
|
libselinux-devel
|
|
libxkbcommon-devel
|
|
libxslt
|
|
lz4
|
|
lz4-devel
|
|
m4
|
|
meson
|
|
openssl-devel
|
|
p11-kit-devel
|
|
pam-devel
|
|
pcre2-devel
|
|
pkgconfig
|
|
python3-devel
|
|
python3-lxml
|
|
qrencode-devel
|
|
tree
|
|
valgrind-devel
|
|
xz-devel
|
|
|
|
Packages=
|
|
coreutils
|
|
cryptsetup-libs
|
|
kmod-libs
|
|
e2fsprogs
|
|
libidn2
|
|
libseccomp
|
|
procps-ng
|
|
util-linux
|
|
|
|
BuildDirectory=mkosi.builddir
|
|
Cache=mkosi.cache
|