mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-05 21:57:27 +03:00
mkosi's match syntax was changed so we update our config files to use the new match syntax which mimicks the systemd condition syntax.
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
# Arch and CentOS 8 Stream initrds are rather big so we need to give QEMU more memory so the kernel can load
|
|
# them without OOMing.
|
|
|
|
[Match]
|
|
Distribution=|arch
|
|
Distribution=|centos
|
|
|
|
[Host]
|
|
QemuMem=3G
|