mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
If a directory is modified/added in the current etc, but deleted in the new etc, we'd want it in the new etc. This case prior to this commit resulted in a panic as we were not taking it into account Fixes: https://github.com/bootc-dev/bootc/issues/1924 Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>