mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
mkosi: Add a swap partition
systemd-oomd keeps complaining about the lack of swap partition, so let's add one.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Partition]
|
||||
Type=swap
|
||||
SizeMinBytes=100M
|
||||
SizeMaxBytes=100M
|
||||
Reference in New Issue
Block a user