]> git.ipfire.org Git - thirdparty/systemd.git/blob - .mkosi/mkosi.fedora
man: Fix typo in sd_notify man page
[thirdparty/systemd.git] / .mkosi / mkosi.fedora
1 # SPDX-License-Identifier: LGPL-2.1+
2
3 # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
4 # Simply invoke "mkosi" in the project directory to build an OS image.
5
6 [Distribution]
7 Distribution=fedora
8 Release=30
9
10 [Output]
11 Format=raw_btrfs
12 Bootable=yes
13 KernelCommandLine=printk.devkmsg=on
14
15 [Partitions]
16 RootSize=3G
17
18 [Packages]
19 BuildPackages=
20 audit-libs-devel
21 bzip2-devel
22 cryptsetup-devel
23 dbus-devel
24 diffutils
25 docbook-style-xsl
26 elfutils-devel
27 gcc
28 gettext
29 git
30 gnu-efi
31 gnu-efi-devel
32 gnutls-devel
33 gperf
34 hostname
35 iptables-devel
36 kmod-devel
37 libacl-devel
38 libblkid-devel
39 libcap-devel
40 libcurl-devel
41 libgcrypt-devel
42 libidn2-devel
43 libmicrohttpd-devel
44 libmount-devel
45 libseccomp-devel
46 libselinux-devel
47 libtool
48 libxkbcommon-devel
49 libxslt
50 lz4
51 lz4-devel
52 m4
53 meson
54 pam-devel
55 pcre2-devel
56 pkgconfig
57 python3-devel
58 python3-lxml
59 qrencode-devel
60 tree
61 xz-devel
62
63 Packages=
64 libidn2
65
66 BuildDirectory=mkosi.builddir
67 Cache=mkosi.cache