#!/bin/bash

echo "Currently available kernel versions :"
echo $(ls -1 /boot/Image-* | sed "s|/boot/Image-||g")
