Merge "Add package list to ISO"

This commit is contained in:
Zuul 2023-09-26 16:57:09 +00:00 committed by Gerrit Code Review
commit de0f734d47
1 changed files with 7 additions and 0 deletions

View File

@ -400,6 +400,13 @@ iso-post-script: |
ln -snf ../efi.img images/efiboot.img
fi
# Generate package list file in the iso root
echo "Verifying package list for ${IMAGE_NAME}"
if [ -f "/localdisk/workdir/${IMAGE_NAME}/packages.yaml" ]; then
echo "Copying ISO package list"
cp /localdisk/workdir/${IMAGE_NAME}/packages.yaml sw_package_list.yaml
fi
initramfs-sign-script: |
echo "End of initramfs-sign-script!"