1[Unit] 2Description=Mount BMC rofs volumes after a reboot 3Before=xyz.openbmc_project.Software.BMC.Updater.service 4 5[Service] 6Type=oneshot 7RemainAfterExit=no 8ExecStart=/usr/bin/obmc-flash-bmc mmc-mount @MEDIA_DIR@ 9ExecStart=/bin/mkdir -p @MEDIA_DIR@/hostfw 10ExecStart=-/sbin/fsck.ext4 -p /dev/disk/by-partlabel/hostfw 11ExecStart=-/bin/mount PARTLABEL=hostfw @MEDIA_DIR@/hostfw -t ext4 12 13[Install] 14WantedBy=xyz.openbmc_project.Software.BMC.Updater.service 15