]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: Remove systemd.volatile from kernel command line
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Apr 2022 09:49:58 +0000 (11:49 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 14 Apr 2022 20:35:40 +0000 (22:35 +0200)
volatile doesn't work on many distros. We initially added it to
support booting GPT squashfs images but since we don't test those
in CI anymore, we can safely remove volatile from the kernel
commandline as well.

.github/workflows/ci.yml

index 05b449e49523d6c32804bffe74f76a35cf3c030f..0f1cf0f254b2d3ddf400bea152ec725623dd81bf 100644 (file)
@@ -198,8 +198,6 @@ jobs:
         [Output]
         BootProtocols=uefi
         WithUnifiedKernelImages=no
-        # Boot with systemd.volatile=overlay so squashfs images can write to the filesystem
-        KernelCommandLine=systemd.volatile=overlay
         EOF
 
         sudo MKOSI_TEST_DEFAULT_VERB=qemu python3 -m pytest -m integration tests