Merge "Add package list to ISO"
This commit is contained in:
commit
de0f734d47
@ -400,6 +400,13 @@ iso-post-script: |
|
|||||||
ln -snf ../efi.img images/efiboot.img
|
ln -snf ../efi.img images/efiboot.img
|
||||||
fi
|
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: |
|
initramfs-sign-script: |
|
||||||
echo "End of initramfs-sign-script!"
|
echo "End of initramfs-sign-script!"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user