mirror of
https://gitlab.com/CentOS/automotive/src/cvd2img
synced 2025-02-10 01:36:54 +00:00
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:
parent
d645121c38
commit
9a31cb88eb
@ -221,7 +221,7 @@ androidboot.hardware.hwcomposer=ranchu
|
|||||||
androidboot.serialconsole=0
|
androidboot.serialconsole=0
|
||||||
";
|
";
|
||||||
let props_boot_x86_64 =
|
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
|
let props_boot_aarch64 = b"androidboot.boot_devices=4010000000.pcie
|
||||||
";
|
";
|
||||||
|
Loading…
Reference in New Issue
Block a user