Mike Riley <[email protected]> wrote: > I believe I have this installed in a Virtual Box VM, however the GRUB > menu.lst file is set up > wrong to boot it. Does anyone have an example of a correct GRUB entry that > works?
I was running SchilliX under VB here while testing it and I currently run it under VB while creating an environment that makes SchilliX self-hosting (allowing to compile the Illumos [the comminutiy version of "onnv"] on SchilliX). I don't see any problem with the GRUB menu.lst. What problem do you have? > BTW - vi is not in the default path list when you boot from the CDROM. An > oversight? Add > /usr/xpg4/bin to the PATH and you will have a vi that works to edit the files > you need to > complete the installation. Thank you for this hint! I don't use vi but my own editor "ved" (which I use since 1982), so I usually don't notice that vi is missing. Ved is in the PATH ;-) Easy fix: cd /usr/bin ln -s ../has/bin/* . Funny note: /usr/bin/edit and /usr/bin/vedit both are the original vi. So this is one of the late bugs introduced by Snorcle. Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ Discuss mailing list [email protected] http://lists.illumos.org/m/listinfo/discuss
