The change to remote behavior was not fully compensated
for in previous commit. Go farther and ensure that the
classic syntax is executed exactly is it was.
A change was made to allow '!remote!' to force indicate a NIC to be
relevant in case it wouldn't naturally occur. This broke existing
configurations where the NIC would naturally be 'active'. Attempt
to address by restoring the old match and enabling the new code
when an interface name is detected after '!remote!', but otherwise
act like pre-2.9.1 dhcp.pm
Lenovo Thinkservers provide logically addressed FRUs that
aren't typed as logical FRU. Change so that the
addressing rather than the type drives our behavior to
read or skip.
Thinkservers explicitly have a locator record for FRU 0.
Ignore such a locator record.
If a board info area is not followed by a product or
multirecord area, give the board area parsing code access
to the end of the area in case board info data runs
beyond the end of the claimed area.
When remote xCAT client is used, often the client will not have
the same name resolution in place as the management node. For
wvid, mitigate this by passing the IP address to the client.
If name resolution worked before, this should be no downside.
If routing also doesn't work, well the user is no worse off than
before at the moment.
directories, the last one was being used. However, the first one
on the list should be used per man page:
"The first path in the value of osimage.pkgdir must be
the OS base pkg dir path,..."
Fixing to use the first directory specified.
Also fixed a bunch for formatting, space, tab issues...
For sles.pm, clean up the $path variable to remove multiple slash
and trailing slash.
In debian.pm , move the check for -p and -w further down so it does
not appear unless we have decided that debian is the image we are
copying. The message is misleading when copycds is run for non
ubuntu/debian OSes
linux-image-generic-lts-utopic and in the genimage we search for
linux-image-generic pattern and replace with "linux-image-generic"
This causes problems when creating diskless images for Ubuntu 14.04.2
Also creating new pkglist files for diskful and diskless images
The line in question is dead code, and therefore has no effect
(it either dies or gets overwritten short time later). Removing
it makes the code cleaner and counters the tendency for someone
to think we might be using a hard coded password in this file.