The reboot-param-helper is used when there is no alive register
block to inform reboot status to bootloader with inform partition
and it is device specific helper. But, currently, there is no way
to set service unit as device speicif way, so fix to mount inform
partition only when device has inform label.
Change-Id: Idfeb13852afdd3fef36cb6d1480824456ec1b7c5
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
[Unit]
Description=Reboot Parameter Partition
DefaultDependencies=no
+ConditionPathExists=/dev/disk/by-label/inform
Conflicts=umount.target
[Mount]