Skip to content

Commit 1d1f9a0

Browse files
committed
mkarchiso: run _cms_sign_artifact only once
Since `_build_buildmode_netboot` runs `_build_iso_base` which runs `_prepare_airootfs_image`, the call to `_cms_sign_artifact` in `_build_buildmode_netboot` can be removed. Fixes #197
1 parent c50ffaf commit 1d1f9a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Deprecated
1717
Fixed
1818
-----
1919

20+
- Sign the root file system image only once.
21+
2022
Removed
2123
-------
2224

archiso/mkarchiso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,6 @@ _build_buildmode_netboot() {
18131813

18141814
if [[ -v cert_list ]]; then
18151815
_run_once _sign_netboot_artifacts
1816-
_cms_sign_artifact "${airootfs_image_filename}"
18171816
fi
18181817
_run_once _export_netboot_artifacts
18191818
}

0 commit comments

Comments
 (0)