mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 20:23:36 +08:00
35356d7f3f
Configuration now takes priority over CLI options so we have to configure the defaults for settings that we want to allow overriding from the CLI. We also explicitly set some other settings so that they can't be overridden from the CLI anymore. For example the base and initrd image should never be made bootable so we set Bootable=no explicitly for both.
12 lines
247 B
Plaintext
12 lines
247 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
|