summaryrefslogtreecommitdiffstats
path: root/mkosi.images/system/mkosi.conf.d/10-opensuse/mkosi.conf
blob: 9d2c24c144b51e0700baa949c8b9076fcb67fbc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
Distribution=opensuse

[Config]
InitrdInclude=initrd/

[Content]
Environment=
        PKG_SUBDIR="opensuse"
        SYSTEMD_PACKAGES="systemd
                          udev
                          systemd-experimental
                          systemd-boot
                          systemd-container
                          systemd-homed
                          systemd-network
                          systemd-portable
                          systemd-sysvcompat
                          systemd-testsuite"

# We install gawk, gzip, grep, xz, sed, rsync and docbook-xsl-stylesheets here explicitly so that the busybox
# versions don't get installed instead.
Packages=
        bpftool
        btrfs-progs
        cryptsetup
        dbus-broker
        device-mapper
        distribution-release
        docbook-xsl-stylesheets
        f2fs-tools
        gawk
        git-core
        glibc-locale-base
        grep
        gzip
        kernel-kvmsmall
        openssh-clients
        openssh-server
        pam
        python3-pefile
        quota
        rpm-build
        rsync
        sbsigntools
        sed
        shadow
        timezone
        vim
        xz

InitrdPackages=
        btrfs-progs
        tpm2.0-tools