Package: extlinux
Version: 3:4.05+dfsg-6+deb7u3
Severity: normal
Tags: patch


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
Architecture: i386

currently  the versions of the kernel were sorted by extlinux-update with:

_VERSIONS="$(cd /boot && ls vmlinuz-* | grep -v .dpkg-tmp | sed -e 's|
vmlinuz-||g' | sort -nr)"

That doesn't work for e.g.

3.11-2-486 
3.2.0-4-486  
4.1-2-486
3.2.1-4-486 
3.10-2-486

so please change it to 
_VERSIONS="$(cd /boot && ls vmlinuz-* | grep -v .dpkg-tmp | sed -e 's|
vmlinuz-||g' | sort -t. -k1,1r -k2nr)"

cheers

Wolfgang


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to