From cb64a37d177e4191cdf4979bf2853e07bd77e979 Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 14 Sep 2017 13:57:26 +0200 Subject: [PATCH] apply rootfs overlay in blend_postinst() --- decode.blend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/decode.blend b/decode.blend index a566fe6..980b835 100644 --- a/decode.blend +++ b/decode.blend @@ -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 }