Hello,

>>> Did you delete the first 2 lines?

I didn't have "exec tail -n +3 $0"

and I removed that "echo EOF" frame,
so now it looks like this:

------------------------------
#!/bin/sh -e
exec tail -n +3 $0
menuentry "NetBSD 7.0" {
insmod ufs2
set root=(hd0,msdos2)
knetbsd /netbsd --root=wd0a
}

------------------------------

Thanks,

Mitt

Reply via email to