- Support relocating client files at build time (required for LSB compliant nodes) - OS varable added to perform some make choices - Saving and exporting the Makefile vars now scripted using list of variables - Updated specfile to match RH and SUSE requirements and guidelines - Moved /usr/local/var to /var/local; dynamic files shall not use /usr. - State files use %sharedstatedir for path (std for SLE and RHEL) - Release value adjusted to meet different DEB and RPM reqs. Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
WWCONTAINER={{$.Container}}
|
|
WWHOSTNAME={{$.Id}}
|
|
WWROOT={{$.Root}}
|
|
WWINIT={{$.Init}}
|
|
WWIPMI_IPADDR="{{$.IpmiIpaddr}}"
|
|
WWIPMI_NETMASK="{{$.IpmiNetmask}}"
|
|
WWIPMI_GATEWAY="{{$.IpmiGateway}}"
|
|
WWIPMI_USER="{{$.IpmiUserName}}"
|
|
WWIPMI_PASSWORD="{{$.IpmiPassword}}"
|