]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .mkosi/mkosi.fedora
mkosi: Update help comment in settings files
[thirdparty/systemd.git] / .mkosi / mkosi.fedora
index 4d7168c00beea93d735441fb10cdff29671b50a7..09527711fe6335523d05782887afe8fd6173af0f 100644 (file)
@@ -1,31 +1,14 @@
 # SPDX-License-Identifier: LGPL-2.1+
-#
-# This file is part of systemd.
-#
-# Copyright 2016 Lennart Poettering
-#
-# 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.
+# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
 
 [Distribution]
 Distribution=fedora
-Release=26
+Release=32
 
 [Output]
-Format=raw_btrfs
+Format=gpt_ext4
 Bootable=yes
 
 [Partitions]
@@ -41,41 +24,52 @@ BuildPackages=
         docbook-style-xsl
         elfutils-devel
         gcc
+        gettext
         git
+        glibc-minimal-langpack
         gnu-efi
         gnu-efi-devel
         gnutls-devel
         gperf
-        intltool
         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
-        libtool
         libxkbcommon-devel
         libxslt
+        libzstd-devel
         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
+        zstd
 
 Packages=
-        libidn2
+        # libzstd can be dropped once the Fedora RPM gets a dependency on it
+        libzstd
+        # procps-ng provides a set of useful utilies (ps, free, etc)
+        procps-ng
 
 BuildDirectory=mkosi.builddir
 Cache=mkosi.cache