Otherwise, we encountered:
File target/el7/noarch/opnfv-2017-10-11_09-58-21.bin is larger than 4GiB-1.
-allow-limited-size was not specified. There is no way do represent this file size. Aborting.
Change-Id: Ied43c9e0c0e635ff52740c18b3b3001a4e6a3604
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
mv target/el7/noarch/installdaisy_el7_noarch.bin target/el7/noarch/opnfv-${OPNFV_ARTIFACT_VERSION}.bin
chmod +x target/el7/noarch/opnfv-${OPNFV_ARTIFACT_VERSION}.bin
cp target/el7/noarch/opnfv-${OPNFV_ARTIFACT_VERSION}.bin $rpm_output_dir
-mkisofs -o $rpm_output_dir/opnfv-${OPNFV_ARTIFACT_VERSION}.iso target/el7/noarch/
+mkisofs -allow-limited-size -o $rpm_output_dir/opnfv-${OPNFV_ARTIFACT_VERSION}.iso target/el7/noarch/
exit $rc