Revert "Boot VM without bootloader - using init ramdisk"
This reverts commit c700b84bbe41dae84583e64c142167b74ec54d17.
Test: N/A
Bug; 249462836
Change-Id: I26c96723fe5dc46c60bbb40738d5ca082726b45b
diff --git a/microdroid/microdroid.json b/microdroid/microdroid.json
index 00cedc8..f02dcbf 100644
--- a/microdroid/microdroid.json
+++ b/microdroid/microdroid.json
@@ -1,9 +1,21 @@
{
- "kernel": "/apex/com.android.virt/etc/fs/microdroid_kernel",
+ "bootloader": "/apex/com.android.virt/etc/fs/microdroid_bootloader",
"disks": [
{
"partitions": [
{
+ "label": "boot_a",
+ "path": "/apex/com.android.virt/etc/fs/microdroid_boot.img"
+ },
+ {
+ "label": "init_boot_a",
+ "path": "/apex/com.android.virt/etc/fs/microdroid_init_boot.img"
+ },
+ {
+ "label": "vendor_boot_a",
+ "path": "/apex/com.android.virt/etc/fs/microdroid_vendor_boot.img"
+ },
+ {
"label": "vbmeta_a",
"path": "/apex/com.android.virt/etc/fs/microdroid_vbmeta.img"
},
@@ -13,6 +25,16 @@
}
],
"writable": false
+ },
+ {
+ "partitions": [
+ {
+ "label": "uboot_env",
+ "path": "/apex/com.android.virt/etc/fs/uboot_env.img",
+ "writable": false
+ }
+ ],
+ "writable": true
}
],
"memory_mib": 256,