But you don't get bootable ZFS like you do with Opensolaris. I was able to install everything and then remove all the GUI crap I didn't want.
Took about three different approaches, but these are the things I did: Turn off GUI: pfexec svcadm disable gdm Remove GUI packages: http://vitaliy.info/?p=19 You need to boot into the middle entry on Grub for the text console. It'll whine bout missing services next and put the offenders into maintenance mode. Next use: svcs | grep maintenance to find the ones to disable cut and paste each line and append to svcadm disable [pasted text] All that's left is to modify the grub menu to remove the GUI entry at the top and it's good to go. ET -- This message posted from opensolaris.org