Skip to content

Commit 324e60f

Browse files
committed
wip
1 parent b15418b commit 324e60f

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

mkosi/resources/mkosi-vm/mkosi.conf.d/debian-kali-ubuntu/mkosi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Packages=
1111
dbus-broker
1212
iproute2
1313
iputils-ping
14-
linux-image-generic
14+
#linux-image-generic
1515
login
1616
polkitd
1717
systemd-coredump
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
3+
[Match]
4+
Architecture=arm64
5+
6+
[Content]
7+
Packages=
8+
linux-image-cloud-arm64
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
3+
[Match]
4+
Architecture=x86-64
5+
6+
[Content]
7+
Packages=
8+
linux-image-cloud-amd64

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def vm(self, options: Sequence[str] = (), args: Sequence[str] = ()) -> Completed
144144
"--vsock=yes",
145145
# TODO: Drop once both Hyper-V bugs are fixed in Github Actions.
146146
*(["--qemu-args=-cpu max,pcid=off"] if need_hyperv_workaround else []),
147+
"--cpus=2",
147148
"--ram=2G",
148149
"--ephemeral=yes",
149150
"--register=no",

0 commit comments

Comments
 (0)