Lines Matching refs:system_root_image
192 # system_root_image. In that case, we must have the one for image
196 if d.get("system_root_image") == "true":
207 if d.get("system_root_image") == "true":
262 system_root_image = d.get("system_root_image", None) == "true"
266 recovery_fstab_path, system_root_image)
270 recovery_fstab_path, system_root_image)
297 system_root_image=False):
392 if system_root_image:
555 # With system_root_image == "true", we don't pack ramdisk into the boot image.
558 has_ramdisk = (info_dict.get("system_root_image") != "true" or
1638 system_root_image = info_dict.get("system_root_image", None) == "true"
1698 if system_root_image: