apply rootfs overlay in blend_postinst()
This commit is contained in:
parent
b95bc3d143
commit
cb64a37d17
|
|
@ -42,6 +42,10 @@ blend_postinst() {
|
||||||
blend_install_${app} || zerr
|
blend_install_${app} || zerr
|
||||||
done || zerr
|
done || zerr
|
||||||
|
|
||||||
|
notice "copying rootfs-overlay"
|
||||||
|
rootfs_overlay_path="$R/../rootfs-overlay"
|
||||||
|
sudo cp -rav "${rootfs_overlay_path}/*" "${strapdir}/"
|
||||||
|
|
||||||
blend_finalize || zerr
|
blend_finalize || zerr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue