For people waiting for this fix to be released who would like an
interim fix, you can manually edit /usr/sbin/extlinux-update with a
one character change.

At or around line 158 is the line:
_VERSIONS="$(cd /boot && ls vmlinuz-* | grep -v .dpkg-tmp | sed -e
's|vmlinuz-||g' | sort -nr)"

You can change the invocation of sort at the end of that pipeline to
"sort -Vr". This changes sorting from a numeric sort to a version
sort.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to