Skip to content

chroot_setup.sh: duplicate aliased diversions

Helmut Grohne requested to merge helmutg/fix-usrmerge into master

start-stop-daemon and initctl have recently moved to /usr. As chroot-setup.sh diverts the original locations, the diversion does not match and thus the rename is skipped. Then the affected files are overwritten and when they are undiverted, nothing can be moved back. Therefore, these files may go missing. This has been observed in Kali recently, but it also affects Debian.

Link: https://bugs.kali.org/view.php?id=8628

Merge request reports

Loading