mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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.
This commit is contained in:
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
|
||||
- uses: systemd/mkosi@a8ecff0defa132d729dcdab38380dcae31138e7e
|
||||
- uses: systemd/mkosi@16e63baaeadf7a5b100c5b5bf780c61c29878cfc
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user