Hi Matt,
line 802: be_nodes->be_root_ds should be be_cur->be_root_ds Other than that the changes look fine to me. One thing we need to keep in mind here is that with the BE error observability changes being made, the be_list interface may change slightly. I'll need to make sure I don't miss this code when we make those changes so I'll need your help when we do the code review of those changes to keep me honest. :-) Thanks! -evan Matt Keenan wrote: > Bug : > http://defect.opensolaris.org/bz/show_bug.cgi?id=9471 > Installer should at least try to do a fast-reboot after install > > Webrev : > http://cr.opensolaris.org/~mattman/bug-9471/ > > > Currently installer simply calls "reboot" when a user has completed > installation. The bug suggests the an attempt be made to do a fast > reboot (-f path) by default. > > To achieve this libbe can be used to get a list of BE's available > and from this list the BE which has be_active_on_reboot set on is used > as argument to reboot -f. > > If no be_active_on_reboot BE is found or be_list fails then normal > reboot will be performed. > > Testing: > - Local testing > - ISO built via Distro Constructor and installed via VirtualBox VM. > > cheers > > Matt > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
