Comment 17 for bug 1248053

Revision history for this message
Andy Whitcroft (apw) wrote : Re: initrd.img symlink is absolute

This actually occurs because test_relative() as used in the really_move_link() call will fail as the destination file actually does not exist, triggering a failure in that incantation. This also highlights we are going to incorrectly indicate that the link is dandling in the case of installing linux-image and linux-image-extra at the same time.