Comment 8 for bug 1515513

Revision history for this message
Jarno Suni (jarnos) wrote :

Or update-initramfs could do more comprehensive deletion in its delete function:

rm -f "${initramfs}" "${initramfs}".*

instead of

rm -f "${initramfs}" "${initramfs}.bak"