mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
FR: 24 - Exchange OS Name Hostname BMC URL during startup
Correct sysconfig defaults in comment. Systemd dependencies.
This commit is contained in:
parent
6871fe1c8e
commit
d3ca7cb090
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Exchange Information between BMC and OS
|
Description=Exchange Information between BMC and OS
|
||||||
After=ipmi.service
|
After=ipmi.service network.target
|
||||||
|
Requires=ipmi.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
### Set OS Info in BMC/Service Processor ###
|
### Set OS Info in BMC/Service Processor ###
|
||||||
# Name: SET_OS_INFO
|
# Name: SET_OS_INFO
|
||||||
# Description: Set OS Name, Version and Hostname in the Service Processor (BMC)
|
# Description: Set OS Name, Version and Hostname in the Service Processor (BMC)
|
||||||
# Default: no
|
# Default: yes
|
||||||
SET_OS_INFO="yes"
|
SET_OS_INFO="yes"
|
||||||
|
|
||||||
### Reset OS Info in BMC/Service Processor ###
|
### Reset OS Info in BMC/Service Processor ###
|
||||||
@ -22,5 +22,5 @@ RESET_OS_INFO="no"
|
|||||||
### Set BMC/Service Processor Info in OS ###
|
### Set BMC/Service Processor Info in OS ###
|
||||||
# Name; SET_BMC_INFO
|
# Name; SET_BMC_INFO
|
||||||
# Description: Set IP Address and URL of Service Processor/BMC in /run/bmc-info
|
# Description: Set IP Address and URL of Service Processor/BMC in /run/bmc-info
|
||||||
# Default: no
|
# Default: yes
|
||||||
SET_BMC_INFO="yes"
|
SET_BMC_INFO="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user