From: Daan De Meyer Date: Thu, 5 Oct 2023 13:17:01 +0000 (+0200) Subject: mkosi: Update to latest X-Git-Tag: v255-rc1~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e24a9dc7f987512bd2749e1ea800724f6693e27;p=thirdparty%2Fsystemd.git 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. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 26a7d0bc324..5056a49929e 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 b2921ffc674..883ffc9cf26 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