From: Daan De Meyer Date: Thu, 7 Apr 2022 13:06:18 +0000 (+0200) Subject: Drop --hostonly-initrd from test machine bootable images X-Git-Tag: v13~50^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf0b49339e84e9b5fcb77db456dfa6f01e71668;p=thirdparty%2Fmkosi.git Drop --hostonly-initrd from test machine bootable images Causes a few boot issues with rocky and alma bootable images so let's remove the option as it the speed improvement shouldn't matter too much for integration tests. --- diff --git a/mkosi/machine.py b/mkosi/machine.py index 09fbab0f2..4483b5cdd 100644 --- a/mkosi/machine.py +++ b/mkosi/machine.py @@ -67,7 +67,6 @@ class Machine: if tmp.verb == Verb.qemu: tmp.bootable = True tmp.qemu_headless = True - tmp.hostonly_initrd = True tmp.netdev = True tmp.ssh = True tmp.ssh_timeout = 240