Joseph J VLcek wrote:
> Sean McGrath wrote:
>> Bug :
>>   http://defect.opensolaris.org/bz/show_bug.cgi?id=11087
>>   auto-install should at least try to do a fast-reboot after install
>>
>> webrev:
>>    http://cr.opensolaris.org/~seanmcg/bug-11087
>>
>>
>> Currently AI simply calls 'reboot' if configured to be rebooted after 
>> install.
>> This bug suggests an attempt to do a fast reboot (via -f 
>> data-set/path) by
>> default.
>>
>> To do this, beadm is used to find the boot environment that will be 
>> active
>>  on reboot and uses the path (or zfs dataset) of that boot environment.
>>
>> If there is no boot environment active then reboot will preform a 
>> normal boot.
>>
>> tested on:
>>   virtualbox
>>   v20z
>>  using a locally built AI install image via Distro Constructor
>>
>>
> 
> I'd like to suggest initializing FBARGS before line 261,
> 
> e.g.:
> 
> FBARGS=""
> 
> 
> 
> I'm also cc-ing this to Evan Layton:
> 
> Evan; Is ;R; the correct thing to search for here?
> 
> Joe

Yes 'R' indicated the activate on reboot BE so that is the correct thing to 
look 
for.

-evan

Reply via email to