Index: mod_image_for_test.sh |
diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh |
index bc6a2023b802086f258b55c88705a400fdb38f74..eab9d9e1cf9e05092f413269614c77865bf78319 100755 |
--- a/mod_image_for_test.sh |
+++ b/mod_image_for_test.sh |
@@ -228,6 +228,10 @@ fi |
cleanup |
+# Now make it bootable with the flags from build_image |
+${SCRIPTS_DIR}/bin/cros_make_image_bootable $(dirname "${FLAGS_image}") \ |
+ $(basename "${FLAGS_image}") |
+ |
print_time_elapsed |
trap - EXIT |