Change-Id: I3f699f58408d5b1c5fa167efdfe232c5d25193cb
%description
initial ramdisk. initrd does mount filesystems(/, /opt, /proc, /sys, /lib/modules).
+%package -n veritytool
+Summary: A tool for dm-verity
+License: Apache-2.0
+
+%description -n veritytool
+verityctl tool for dm-verity. Similar with veritysetup of cryptsetup
+but it can handle with verity meta data block.
+
%prep
%setup -q
%{_initrd_dir}/initrd-file-64bit.list
%endif
%{_initrd_dir}/init.sh
+
+%files -n veritytool
+%manifest initrd.manifest
+%license LICENSE.Apache-2.0