Hi Jean, With curiosity, just scanned thru the changes you made in ict.py ... question/comment:
1. From line 1266 .... it seems you will overwrite the original nwam/llp file .... do you think it is better to re-shuffle the original llp file by putting the install interface on the top. 2. In line 1262 ... you might want to check 'llp_dir' instead of 'llp_file' .... Just my 2 cents ..... -Steven 1262 if not os.access(llp_file, os.F_OK): 1263 os.makedirs(llp_dir) 1266 config_file = open(llp_file, 'w') On 04/10/09 03:13 PM, Jean McCormack wrote: > I'd like 2 reviewers for the following: > 7377 No working network after reboot after installing OpenSolaris on > Glendale > http://defect.opensolaris.org/bz/show_bug.cgi?id=7377 > > Webrev: > http://cr.opensolaris.org/~jeanm/slim_7377 > > Comments: > I don't believe anymore that this is also an issue with the live_cd > since it doesn't > do network installs. > > Testing was on configurations with multiple internet connections and > single connections. > > Jean > > > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss