Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[{
|
||||
"blob": "/flash/scp",
|
||||
"handler": {
|
||||
"type": "file",
|
||||
"path": "/run/initramfs/scp-fw.slim"
|
||||
},
|
||||
"actions": {
|
||||
"preparation": {
|
||||
"type": "skip"
|
||||
},
|
||||
"verification": {
|
||||
"type": "skip"
|
||||
},
|
||||
"update": {
|
||||
"type": "systemd",
|
||||
"unit": "phosphor-ipmi-flash-scp-update.service"
|
||||
}
|
||||
}
|
||||
}]
|
||||
@@ -0,0 +1,20 @@
|
||||
[{
|
||||
"blob": "/flash/scpb",
|
||||
"handler": {
|
||||
"type": "file",
|
||||
"path": "/run/initramfs/scp-fw.slim"
|
||||
},
|
||||
"actions": {
|
||||
"preparation": {
|
||||
"type": "skip"
|
||||
},
|
||||
"verification": {
|
||||
"type": "skip"
|
||||
},
|
||||
"update": {
|
||||
"type": "systemd",
|
||||
"unit": "phosphor-ipmi-flash-scpback-update.service"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Phosphor-ipmi-flash update main EEPROM SCP firmware service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/kudo-fw.sh scp /run/initramfs/scp-fw.slim
|
||||
Type=oneshot
|
||||
|
||||
[Install]
|
||||
WantedBy=phosphor-ipmi-flash-scp-update.target
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Phosphor-ipmi-flash update failover EEPROM SCP firmware service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/kudo-fw.sh scpback /run/initramfs/scp-fw.slim
|
||||
Type=oneshot
|
||||
|
||||
[Install]
|
||||
WantedBy=phosphor-ipmi-flash-scpback-update.target
|
||||
Reference in New Issue
Block a user