From 6e24a9dc7f987512bd2749e1ea800724f6693e27 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 5 Oct 2023 15:17:01 +0200 Subject: [PATCH] mkosi: Update to latest We have to set the image runtime size explicitly now so that's it's grown a bit when we boot in nspawn or qemu. --- .github/workflows/mkosi.yml | 2 +- mkosi.conf.d/10-systemd.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 26a7d0bc32..5056a49929 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - - uses: systemd/mkosi@a8ecff0defa132d729dcdab38380dcae31138e7e + - uses: systemd/mkosi@16e63baaeadf7a5b100c5b5bf780c61c29878cfc - name: Configure run: | diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index b2921ffc67..883ffc9cf2 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -17,6 +17,7 @@ Environment=ASAN_OPTIONS=verify_asan_link_order=false [Host] @Incremental=yes @QemuMem=2G +@RuntimeSize=8G # Make sure we don't trigger systemd-firstboot prompting for the root password. Credentials=passwd.plaintext-password.root= KernelCommandLineExtra=systemd.crash_shell -- 2.25.1