diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2021-06-09 05:18:08 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2021-06-09 05:18:08 -0700 |
commit | f476d74eefab00e5b40d54513a2621e664c70ddf (patch) | |
tree | 01ec931931503ed80f181b2d85efb5df0079e4ba /payload_consumer/install_plan.h | |
parent | 0482fa15f58c1de5ead9e0e3e2aa1d593d18e6c2 (diff) | |
parent | ac7fc8e1debff1f57afe79f144d8d16a1a0ec470 (diff) |
Merge ac7fc8e1debff1f57afe79f144d8d16a1a0ec470 on remote branch
Change-Id: I2cd41cefedfd492f9e20617ad9929ebf1cdde79e
Diffstat (limited to 'payload_consumer/install_plan.h')
-rw-r--r-- | payload_consumer/install_plan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/install_plan.h b/payload_consumer/install_plan.h index 43b94fc3..7c77789b 100644 --- a/payload_consumer/install_plan.h +++ b/payload_consumer/install_plan.h @@ -109,7 +109,7 @@ struct InstallPlan { std::string target_path; // |mountable_target_device| is intended to be a path to block device which // can be used for mounting this block device's underlying filesystem. - std::string postinstall_mount_device; + std::string readonly_target_path; uint64_t target_size{0}; brillo::Blob target_hash; |