mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
0e4a7ab6d5
This allows us to add CI for CentOS Stream 10 as EPEL 10 doesn't exist yet and won't exist for quite some time. CentOS Stream 10 will be enabled later as soon as https://issues.redhat.com/browse/RHEL-46604 is resolved.
21 lines
691 B
Plaintext
21 lines
691 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=centos
|
|
|
|
[Distribution]
|
|
Release=9
|
|
|
|
[Content]
|
|
Environment=
|
|
Environment=
|
|
# We'd prefer to use XFS here but it fails to mount on duplicate filesystem UUIDs which
|
|
# happens when running tests in parallel so we use ext4 instead.
|
|
SYSTEMD_REPART_OVERRIDE_FSTYPE_ROOT=ext4
|
|
# The kernel versions in CentOS Stream 9 doesn't support orphan_file, but later versions of
|
|
# mkfs.ext4 enabled it by default, so we disable it explicitly.
|
|
SYSTEMD_REPART_MKFS_OPTIONS_EXT4="-O ^orphan_file"
|
|
|
|
Packages=
|
|
kernel-modules # For squashfs
|