]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Drop --hostonly-initrd from test machine bootable images
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Apr 2022 13:06:18 +0000 (15:06 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 14 Apr 2022 20:35:40 +0000 (22:35 +0200)
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.

mkosi/machine.py

index 09fbab0f22d9f6e29647922e51b54d4b35fbfa1b..4483b5cddbcd7d6f16e459ed24fa0b010dbd226d 100644 (file)
@@ -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