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 <slp@redhat.com>
This commit is contained in:
Sergio Lopez 2023-06-19 16:50:08 +02:00
parent d645121c38
commit 9a31cb88eb

View File

@ -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
";