#!/bin/shecho "Adding 40_custom." >&2exec tail -n +4 $0# This file provides an easy way to add custom menu entries. Simply type the# menu entries you want to add after this comment. Be careful not to change# the 'exec tail' line above.menuentry "Kubuntu ISO" { set isofile="/strublos_back/kodibuntu-14.0.iso" loopback loop (hd0,6)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject initrd (loop)/casper/initrd.lz}