Comment 22 for bug 241368

Revision history for this message
Tom Chiverton (bugs-launchpad-net-falkensweb) wrote :

You could also try replacing line 8 (VERS=...) with this one and let me know how that behaves.
VERS=`dpkg -l | grep ^ii |grep linux-image|grep -v linux-image-generic|tr -s ' '|cut -d' ' -f3|sort -V | head -n -$NUM_TO_KEEP`