| Index: bin/cros_make_image_bootable
|
| diff --git a/bin/cros_make_image_bootable b/bin/cros_make_image_bootable
|
| index c1a2d0e2b56926bae6a374b036f2d8dcfef8f77f..a520f52b695cf14c2c483366578b5b65b0ee7d5f 100755
|
| --- a/bin/cros_make_image_bootable
|
| +++ b/bin/cros_make_image_bootable
|
| @@ -143,6 +143,8 @@ make_image_bootable() {
|
| local image="$1"
|
| local use_dev_keys=
|
|
|
| + # Default to non-verified, non-UUID boot unless verified.
|
| + # Long term we want root=PARTUUID=uuid+1.
|
| cros_root=/dev/sd%D%P
|
| if [[ "${FLAGS_arch}" = "arm" ]]; then
|
| cros_root='/dev/${devname}${rootpart}'
|
|
|