FR: 24 - Exchange OS Name Hostname BMC URL during startup

Correct sysconfig defaults in comment. Systemd dependencies.
This commit is contained in:
Ales Ledvinka 2013-11-05 13:01:36 +00:00
parent 6871fe1c8e
commit d3ca7cb090
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
[Unit]
Description=Exchange Information between BMC and OS
After=ipmi.service
After=ipmi.service network.target
Requires=ipmi.service
[Service]
Type=oneshot

View File

@ -9,7 +9,7 @@
### Set OS Info in BMC/Service Processor ###
# Name: SET_OS_INFO
# Description: Set OS Name, Version and Hostname in the Service Processor (BMC)
# Default: no
# Default: yes
SET_OS_INFO="yes"
### Reset OS Info in BMC/Service Processor ###
@ -22,5 +22,5 @@ RESET_OS_INFO="no"
### Set BMC/Service Processor Info in OS ###
# Name; SET_BMC_INFO
# Description: Set IP Address and URL of Service Processor/BMC in /run/bmc-info
# Default: no
# Default: yes
SET_BMC_INFO="yes"