#!/bin/sh echo "Adding System Rescue CD (hd0,1)/system-rescue-cd" >&2 exec tail -n +7 $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 "System Rescue CD" { set root='(hd0,1)' linux /system-rescue-cd/isolinux/altker64 setkmap=de docache subdir=system-rescue-cd nomodeset nodhcp rootpass=DU6kr911 nameif=eth0!00:11:22:33:44:55 eth0=192.168.0.2/24 gateway=192.168.0.1 initrd /system-rescue-cd/isolinux/initram.igz }