Skip to content

Commit

Permalink
change the search path for rpms during iso creation
Browse files Browse the repository at this point in the history
Change-Id: I32f4303014af7e47f0044abd4bbb4028b39c03ac
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6631
Reviewed-by: Anish Swaminathan <[email protected]>
Tested-by: Anish Swaminathan <[email protected]>
  • Loading branch information
suezzelur committed Feb 1, 2019
1 parent c4e496a commit 34fb6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/mk-install-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rm -rf $EFI_FOLDER

cp $SCRIPT_PATH/sample_ks.cfg ${WORKINGDIR}/isolinux/

find ${BUILDROOT} -name linux-[0-9]*.rpm | head -1 | xargs rpm2cpio | cpio -iv --to-stdout ./boot/vmlinuz* > ${WORKINGDIR}/isolinux/vmlinuz
find ${RPMS_PATH} -name linux-[0-9]*.rpm | head -1 | xargs rpm2cpio | cpio -iv --to-stdout ./boot/vmlinuz* > ${WORKINGDIR}/isolinux/vmlinuz

rm -f ${BUILDROOT}/installer/*.pyc
rm -rf ${BUILDROOT}/installer/BUILD_DVD
Expand Down

0 comments on commit 34fb6b4

Please sign in to comment.