mirror of
https://github.com/systemd/systemd
synced 2025-10-05 16:03:15 +02:00
mkosi: update mkosi commit reference to 7e4ec15aee6b98300b2ee14265bc647a716a9f8a
* 7e4ec15aee Generate key-cert pair in config directory (fixes #3655) * 5793e64958 Don't use gen_kernel_images() in run_depmod() * bc497f1d17 Fix typing due to recent changes in typeshed * e6a603a21a Add "plymouth" initrd profile
This commit is contained in:
committed by
Yu Watanabe
parent
e4bb033e2f
commit
c7bb07fff5
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: systemd/mkosi@32105855f386c980069d134d1b0f8fea4db2129e
|
||||
- uses: systemd/mkosi@7e4ec15aee6b98300b2ee14265bc647a716a9f8a
|
||||
|
||||
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
|
||||
# immediately, we remove the files in the background. However, we first move them to a different location
|
||||
|
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: systemd/mkosi@32105855f386c980069d134d1b0f8fea4db2129e
|
||||
- uses: systemd/mkosi@7e4ec15aee6b98300b2ee14265bc647a716a9f8a
|
||||
|
||||
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
|
||||
# immediately, we remove the files in the background. However, we first move them to a different location
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -24,8 +24,8 @@ __pycache__/
|
||||
/ID
|
||||
/build*
|
||||
/install-tree
|
||||
/mkosi.key
|
||||
/mkosi.crt
|
||||
/mkosi/mkosi.key
|
||||
/mkosi/mkosi.crt
|
||||
/mkosi.tools/
|
||||
/mkosi.tools.manifest
|
||||
/mkosi/mkosi.local.conf
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Config]
|
||||
MinimumVersion=commit:32105855f386c980069d134d1b0f8fea4db2129e
|
||||
MinimumVersion=commit:7e4ec15aee6b98300b2ee14265bc647a716a9f8a
|
||||
Dependencies=
|
||||
exitrd
|
||||
initrd
|
||||
@@ -39,15 +39,11 @@ WithTests=no
|
||||
|
||||
[Validation]
|
||||
SignExpectedPcr=yes
|
||||
SignExpectedPcrKey=../mkosi.key
|
||||
SignExpectedPcrCertificate=../mkosi.crt
|
||||
VerityKey=../mkosi.key
|
||||
VerityCertificate=../mkosi.crt
|
||||
|
||||
[Content]
|
||||
ExtraTrees=
|
||||
mkosi.extra.common
|
||||
../mkosi.crt:/usr/lib/verity.d/mkosi.crt # sysext verification key
|
||||
mkosi.crt:/usr/lib/verity.d/mkosi.crt # sysext verification key
|
||||
%O/minimal-0.root-%a.raw:/usr/share/minimal_0.raw
|
||||
%O/minimal-0.root-%a-verity.raw:/usr/share/minimal_0.verity
|
||||
%O/minimal-0.root-%a-verity-sig.raw:/usr/share/minimal_0.verity.sig
|
||||
@@ -138,8 +134,6 @@ Packages=
|
||||
zstd
|
||||
|
||||
[Runtime]
|
||||
SshKey=../mkosi.key
|
||||
SshCertificate=../mkosi.crt
|
||||
Credentials=
|
||||
journal.storage=persistent
|
||||
tty.serial.hvc0.agetty.autologin=root
|
||||
|
Reference in New Issue
Block a user