| Adriana Kobylak | a8eb781 | 2019-04-23 14:48:58 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Store read-only images %I to BMC storage | ||||
| 3 | OnFailure=obmc-flash-bmc-ubiro-remove@%i.service | ||||
| 4 | |||||
| 5 | [Service] | ||||
| 6 | Type=oneshot | ||||
| 7 | RemainAfterExit=no | ||||
| 8 | ExecStartPre=/usr/bin/obmc-flash-bmc createenvbackup | ||||
| 9 | ExecStart=/usr/bin/obmc-flash-bmc ubiro {RO_MTD} rofs-%i %i | ||||
| 10 | ExecStart=/usr/bin/obmc-flash-bmc ubikernel {KERNEL_MTD} kernel-%i %i | ||||
| 11 | ExecStart=/usr/bin/obmc-flash-bmc mtduboot u-boot %i | ||||