Since opensolaris.org is down and this is essentially a one line fix I
am sending out the pdiff output. I hope that is sufficient.
7060631 cannot boot sparc AI client after running installadm-convert in
snv_169
The wanboot.conf file was being copied into /var/ai/<service
name>/wanboot.conf rather than <image dir>/<service name>/wanboot.conf.
The fix has been verified.
I also included a change in an output string that I noticed that was out
of date.
pdiff output:
diff -r db89378c4f6f usr/src/cmd/installadm/installadm-convert.py
--- a/usr/src/cmd/installadm/installadm-convert.py Mon Jun 27
12:54:06 2011 -0600
+++ b/usr/src/cmd/installadm/installadm-convert.py Wed Jun 29
08:30:15 2011 -0600
@@ -1303,7 +1303,7 @@
else:
netboot_path = os.path.join(NETBOOT, ai_service, 'wanboot.conf')
if os.path.exists(netboot_path) and os.path.isfile(netboot_path):
- new_netboot = os.path.join(new_service_path, 'wanboot.conf')
+ new_netboot = os.path.join(ipath, 'wanboot.conf')
print _(" Move %s to %s") % (netboot_path, new_netboot)
if not dryrun:
try:
@@ -1430,7 +1430,7 @@
copy_error = True
print _("Copy non-AI files from /tftpboot to /etc/netboot")
- print _("Change inetconv/source_line property in "
+ print _("Change inetd_start/exec property in "
"service tftp/udp6 to /etc/netboot")
if not dry_run:
for netfile in os.listdir(TFTPBOOT):
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss