]> code.ossystems Code Review - openembedded-core.git/commit
run-postinsts: do not remove postinsts directory.
authorAnton D. Kachalov <gmouse@google.com>
Sun, 21 Mar 2021 10:26:16 +0000 (11:26 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 31 Mar 2021 15:08:47 +0000 (05:08 -1000)
commitd913d2fbd431ccc10a6197c4dc8858dfd9a91426
tree4b20e09989237926c68429e05a0e279913cbb55e
parentcd247306566313517b69b4ae321476b8ea9ab46f
run-postinsts: do not remove postinsts directory.

When running on the systems having read-only rootfs backed by overlayfs,
removing the whole directory lead to create a special char device file
on the upperdir to reflect directory's removal. Once it is required to
upgrade the whole read-only image that might contain new postinsts scripts,
it will be impossible to run such scripts with a "deletion mark" file
on the overlayfs -- the whole directory will be marked as deleted regardless
new files in it.

Signed-off-by: Anton D. Kachalov <gmouse@google.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1a27b62b225ffeecec47c249a0b86cc54d775add)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts