mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
mkosi: Update to latest
The Bootable= option was removed and mkosi installs less packages by default now, so let's adapt our configs to those changes.
This commit is contained in:
committed by
Luca Boccassi
parent
96ead603b8
commit
fde55f3a32
5
.github/workflows/mkosi.yml
vendored
5
.github/workflows/mkosi.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
- uses: systemd/mkosi@ee7f2950a25fdaaa7027937c5d9f3df6761e9fd9
|
||||
- uses: systemd/mkosi@779484101987048b820b07a6111bcb0e8d5ebc1d
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
@@ -92,6 +92,9 @@ jobs:
|
||||
systemd.journald.max_level_console=debug
|
||||
# udev's debug log output is very verbose, so up it to info in CI.
|
||||
udev.log_level=info
|
||||
|
||||
[Host]
|
||||
ExtraSearchPaths=!*
|
||||
EOF
|
||||
|
||||
- name: Generate secure boot key
|
||||
|
||||
Reference in New Issue
Block a user