Add reboot-staroge file to mount a inform partition.
If there is a file under /hal/etc/reboot/, it will be mouting to /mnt/inform while
booting time.
It has to create a physical partition with inform as label.
Change-Id: I2a693716c9adba91961086cb23b5563801abbc84
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
%install
%make_install
+# Reboot register storage
+mkdir -p %{buildroot}%{_hal_sysconfdir}/reboot
+touch %{buildroot}%{_hal_sysconfdir}/reboot/register_storage
+
%post
/sbin/ldconfig
%files
%manifest %{name}.manifest
%{_hal_licensedir}/%{name}/LICENSE.Apache-2.0
+%{_hal_sysconfdir}/reboot/register_storage