entire
SUNWcsd
SUNWcs
Try it if you've problems with graphics on old laptops and you can't run GUI installer.
You can find osinstaller script in MilaX mercurial repository on OpenSolaris.org.
entire
SUNWcsd
SUNWcs
In illumos, if you need to determine the interface which was used for booting via PXE then it's possible to use "boot-mac" pro...
5 comments:
Great work! It installs in under 15 minutes.
What is the root password?
Root pass is default: opensolaris
Thank you. It works perfectly.
Traceback: Czech OpenSolaris User Group http://www.opensolaris.cz/blog/mira/minimalni-instalace
I found an issue when using a NIC that has a 0 in the drivername, such as e1000g0. On line 209, the line reads:
IFACE=$(dladm show-link|sed -n '2p'|awk '{print $1}'|sed 's/0//')
this will return e100g0, when I think e1000g is the desired return. That said, I changed the line to read:
IFACE=$(dladm show-link|sed -n '2p'|awk '{print $1}'|sed 's/0$//')
Which should strip out the trailing 0.
Thanks!
Post a Comment