On 06/20/11 10:12, Niall Power wrote:
Hi,

I'd like to ask for a review for my fix for bugster 7051340:
x86 machines unable to boot after textinstall and auto_install if you
use tipline

http://monaco.sfbay.sun.com/detail.jsf?cr=7051340

Webrev is located at:
http://cr.opensolaris.org/~niall/webrev-7051340/

The fix is largely ported from ICTS in libict_pymod but some aspects
need to
be modified to work within the pybootmgmt based environment of the CUD
boot checkpoint:
- bootenv.rc is managed by pybootmgmt from the BootInstance object.
- Grub menu.lst is not directly modified to disable splash. Instead we
disable PROP_CONSOLE_GFX
on the BootLoader object.
- Misc. Parse output of prtconf(1M) directly instead of piping through
sed and cut.

Instead of using prtconf and parsing the output, use [/sbin/]devprop(1M) -- it was invented for just this purpose:

% devprop console
test

 (since the default property search path is the root node).

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

Reply via email to