[util-iso] fix last part of #78

This commit is contained in:
udeved 2015-05-15 23:52:29 +02:00 committed by Ramon Buldó
parent 4b55631bac
commit 1af995b835

View file

@ -455,7 +455,7 @@ make_image_boot() {
else
aufs_mount_root_image "${path}"
fi
copy_initcpio "${path}"
copy_initcpio "${path}" || die "Failed to copy initcpio."
gen_boot_image "${path}"
mv ${path}/boot/${iso_name}.img ${path_iso}/${arch}/${iso_name}.img
if [[ -f ${path}/boot/intel-ucode.img ]]; then