blob: 0d2d6507a710400bb583778e1c3ceabc32cb349b [file] [log] [blame]
[Unit]
Description=Mount the alt partitions for static layout systems
Before=xyz.openbmc_project.Software.BMC.Updater.service
Before=xyz.openbmc_project.Software.Manager.service
[Service]
Type=oneshot
RemainAfterExit=no
# The alt flash may be empty or contain invalid data so the mount could fail.
# So prepend with `-` to ignore such failures
ExecStart=-/usr/bin/obmc-flash-bmc static-altfs squashfs alt-rofs rofs-alt
ExecStart=-/usr/bin/detect-slot-aspeed
[Install]
WantedBy=multi-user.target