apply rootfs overlay in blend_postinst()

This commit is contained in:
parazyd 2017-09-14 13:57:26 +02:00
parent b95bc3d143
commit cb64a37d17
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ blend_postinst() {
blend_install_${app} || zerr
done || zerr
notice "copying rootfs-overlay"
rootfs_overlay_path="$R/../rootfs-overlay"
sudo cp -rav "${rootfs_overlay_path}/*" "${strapdir}/"
blend_finalize || zerr
}