diff --git a/kickstart/files/kickstart.cfg b/kickstart/files/kickstart.cfg index cd9b3489..75989592 100644 --- a/kickstart/files/kickstart.cfg +++ b/kickstart/files/kickstart.cfg @@ -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}