add blends to image_dist

This commit is contained in:
parazyd 2016-10-26 16:33:12 +02:00
parent 6e6653c54a
commit eb174853f1
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 0 deletions

View File

@ -36,9 +36,11 @@ build_image_dist() {
## TODO: add blend_prebuild; blend_midbuild; blend_postbuild
bootstrap_complete_base || zerr
[[ $BLEND = 1 ]] && blend_preinst || zerr
image_prepare_raw || zerr
image_partition_raw_${parted_type} || zerr
build_kernel_${arch} || zerr
[[ $BLEND = 1 ]] && blend_postinst || zerr
rsync_to_raw_image || zerr
image_pack_dist || zerr
}