Hi All, 1. Our Labs staff recently try Jan's PoC SPARC Live-CD to use AI Client based install of default.xml on v240. There was no proper nsswitch.conf setup. 2. I try my PoC SPARC Live-CD on t2000 and I didn't get IP at all.
Looks like SPARC Live-CD need also to have writable files related to networking, so in DC manifest must be: <!-- (sparc-only) --> <base_include type="file" fiocompress="false">etc/nsswitch.conf</base_include> <!-- (sparc-only) --> <base_include type="file" fiocompress="false">etc/inet/hosts</base_include> <!-- (sparc-only) --> <base_include type="file" fiocompress="false">etc/inet/netmasks</base_include> <!-- (sparc-only) --> <base_include type="file" fiocompress="false">etc/inet/networks</base_include> <!-- (sparc-only) --> <base_include type="file" fiocompress="false">etc/nodename</base_include> Note: Files /etc/resolv.vonf and /etc/defaulrouter don exist in install time. Nice day Rudolf Kutina (VirtualGuru)
