#!/bin/sh KERNEL=$(ls /boot/vmlinuz-*-d3d | tail -1 | sed s,/boot/,,) RUNLEVEL=3 cat <