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 (closed)
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
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 (closed)