Index: image_to_usb.sh |
diff --git a/image_to_usb.sh b/image_to_usb.sh |
index 0bd67ce5ee40135793b23d07c5f2e5a9e11d884b..f40e57a4a3e798304003cfa26ae8e9f438c1038f 100755 |
--- a/image_to_usb.sh |
+++ b/image_to_usb.sh |
@@ -243,15 +243,12 @@ then |
echo "Installation must be done from inside the chroot." |
exit 1 |
fi |
- #TODO(kwaters): fix when verified root works on ARM |
- [ "${FLAGS_arch}" = "ARM" ] && SKIP_VBLOCK="--skip_vblock" |
echo "Installing ${SRC_IMAGE} to ${FLAGS_to}..." |
"${FLAGS_build_root}/${FLAGS_board}/usr/sbin/chromeos-install" \ |
--yes \ |
--skip_src_removable \ |
--skip_dst_removable \ |
- ${SKIP_VBLOCK:-} \ |
--arch="${FLAGS_arch}" \ |
--payload_image="${SRC_IMAGE}" \ |
--dst="${FLAGS_to}" |