From 9a31cb88eb4e44e6478e1e422160b681d405e994 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Mon, 19 Jun 2023 16:50:08 +0200 Subject: [PATCH] Update boot device to conform latest CVD tools On the latest CVD images/tools, there are two new virtio-consoles, meaning the PCI addresses of the virtio-blk devices are pushed a couple of slots away. Signed-off-by: Sergio Lopez --- src/components.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components.rs b/src/components.rs index 67cf663..fa6a987 100644 --- a/src/components.rs +++ b/src/components.rs @@ -221,7 +221,7 @@ androidboot.hardware.hwcomposer=ranchu androidboot.serialconsole=0 "; let props_boot_x86_64 = - b"androidboot.boot_devices=pci0000:00/0000:00:0d.0,pci0000:00/0000:00:0e.0 + b"androidboot.boot_devices=pci0000:00/0000:00:0f.0,pci0000:00/0000:00:10.0 "; let props_boot_aarch64 = b"androidboot.boot_devices=4010000000.pcie ";