Merge "Debian: Position efi.img in the feed to replicate mounted iso feed"

This commit is contained in:
Zuul 2022-07-13 13:15:42 +00:00 committed by Gerrit Code Review
commit 325c641548

View File

@ -2052,7 +2052,7 @@ if [ "${controller}" = true ] ; then
ilog "... from /instboot/pxeboot to ${feed}/pxeboot and ${pxeboot}/rel-${sw_release}"
cp -a /instboot/pxeboot/bzImage* .
cp -a /instboot/pxeboot/initrd* .
cp -a /instboot/efi.img .
cp -a /instboot/efi.img ${feed}
cp -a bzImage* ${pxeboot}/rel-${sw_release}
cp -a initrd* ${pxeboot}/rel-${sw_release}