commit | e657ef87d86fc21c0e3269b3334deb8e00237e4b | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Wed Nov 27 04:24:43 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 27 04:24:43 2024 +0000 |
tree | c18030d82c56d53f4d86dc5fa8e98a022b21ee9c | |
parent | 93e883288bfec27fe03d303bebb7ff66ddb87dfd [diff] | |
parent | c33d1a5cd4d64811366e59f4c4fd72050434f765 [diff] |
Bug fix for "Use extracted partitions for x86_64" am: 53f696d2fe am: c33d1a5cd4 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3378231 Change-Id: I7509fbd2bb84ea78a9de7757aefc7b349348d65d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/build/debian/build.sh b/build/debian/build.sh index 8f232aa..466c2e0 100755 --- a/build/debian/build.sh +++ b/build/debian/build.sh
@@ -241,7 +241,7 @@ mv vmlinuz* vmlinuz mv initrd.img* initrd.img images+=( - boot_part + bios_part root_part efi_part vmlinuz
diff --git a/build/debian/vm_config.json.x86_64 b/build/debian/vm_config.json.x86_64 index 4d31105..496e684 100644 --- a/build/debian/vm_config.json.x86_64 +++ b/build/debian/vm_config.json.x86_64
@@ -13,7 +13,7 @@ "label": "BIOS", "path": "$PAYLOAD_DIR/bios_part", "writable": true, - "guid": "{root_part_guid}" + "guid": "{bios_part_guid}" }, { "label": "EFI",