blob: 0d2d6507a710400bb583778e1c3ceabc32cb349b [file] [log] [blame]
Lei YU63769642021-12-10 16:15:04 +08001[Unit]
2Description=Mount the alt partitions for static layout systems
Lei YU63769642021-12-10 16:15:04 +08003Before=xyz.openbmc_project.Software.BMC.Updater.service
Adriana Kobylak61c1a8a2024-12-05 11:42:48 -06004Before=xyz.openbmc_project.Software.Manager.service
Lei YU63769642021-12-10 16:15:04 +08005
6[Service]
7Type=oneshot
8RemainAfterExit=no
9
10# The alt flash may be empty or contain invalid data so the mount could fail.
11# So prepend with `-` to ignore such failures
12ExecStart=-/usr/bin/obmc-flash-bmc static-altfs squashfs alt-rofs rofs-alt
Lei YU531fbc22021-12-10 20:03:18 +080013ExecStart=-/usr/bin/detect-slot-aspeed
Lei YU63769642021-12-10 16:15:04 +080014
15[Install]
16WantedBy=multi-user.target