Chris, Andrew,

General comment/question:
-----------------------------------
A flow commonly used today by us developers and some users
is to boot into the net boot image without the 'install' flag, do some
work, and then enable the auto-installer.  With these changes, once
we boot into the text installer, can we exit it and start the auto-installer?
If so, how?


On 08/31/10 12:35, Chris Navrides wrote:
There are no changes done to installadm on the server side.

What was the reason for this?  I thought there was at least the
change the one of the installadm internal scripts so that it generates
the net boot grub menu with a title line mentioning the text installer,
instead of "boot image" for the default entry?


net-fs-root
--------------
182 - Doesn't this errantly grab variable names that aren't exactly
"install", like "install_foo" or "install_media"?  Changing this to
$SED -n "/'install'/{;n;p;}"  should get you what you want.

184 - Doing the above should allow you to get rid of this echo | grep
line here, and you should just be able compare "$INSTALL_FLAG"
directly to "true".


thanks,
-ethan


Thanks,
Chris & Andrew


_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to