mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +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:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- 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
|
# 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
|
# 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:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- 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
|
# 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
|
# 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
|
/ID
|
||||||
/build*
|
/build*
|
||||||
/install-tree
|
/install-tree
|
||||||
/mkosi.key
|
/mkosi/mkosi.key
|
||||||
/mkosi.crt
|
/mkosi/mkosi.crt
|
||||||
/mkosi.tools/
|
/mkosi.tools/
|
||||||
/mkosi.tools.manifest
|
/mkosi.tools.manifest
|
||||||
/mkosi/mkosi.local.conf
|
/mkosi/mkosi.local.conf
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
[Config]
|
[Config]
|
||||||
MinimumVersion=commit:32105855f386c980069d134d1b0f8fea4db2129e
|
MinimumVersion=commit:7e4ec15aee6b98300b2ee14265bc647a716a9f8a
|
||||||
Dependencies=
|
Dependencies=
|
||||||
exitrd
|
exitrd
|
||||||
initrd
|
initrd
|
||||||
@@ -39,15 +39,11 @@ WithTests=no
|
|||||||
|
|
||||||
[Validation]
|
[Validation]
|
||||||
SignExpectedPcr=yes
|
SignExpectedPcr=yes
|
||||||
SignExpectedPcrKey=../mkosi.key
|
|
||||||
SignExpectedPcrCertificate=../mkosi.crt
|
|
||||||
VerityKey=../mkosi.key
|
|
||||||
VerityCertificate=../mkosi.crt
|
|
||||||
|
|
||||||
[Content]
|
[Content]
|
||||||
ExtraTrees=
|
ExtraTrees=
|
||||||
mkosi.extra.common
|
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.raw:/usr/share/minimal_0.raw
|
||||||
%O/minimal-0.root-%a-verity.raw:/usr/share/minimal_0.verity
|
%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
|
%O/minimal-0.root-%a-verity-sig.raw:/usr/share/minimal_0.verity.sig
|
||||||
@@ -138,8 +134,6 @@ Packages=
|
|||||||
zstd
|
zstd
|
||||||
|
|
||||||
[Runtime]
|
[Runtime]
|
||||||
SshKey=../mkosi.key
|
|
||||||
SshCertificate=../mkosi.crt
|
|
||||||
Credentials=
|
Credentials=
|
||||||
journal.storage=persistent
|
journal.storage=persistent
|
||||||
tty.serial.hvc0.agetty.autologin=root
|
tty.serial.hvc0.agetty.autologin=root
|
||||||
|
Reference in New Issue
Block a user