github.com/xyproto/u-root@v6.0.1-0.20200302025726-5528e0c77a3c+incompatible/pkg/boot/stboot/testdata/testConfigDir/stconfig.json (about)

     1  {  
     2      "boot_configs": [ 
     3        { 
     4          "name": "Standard Configuration 1", 
     5          "kernel": "kernels/kernel1.vmlinuz", 
     6          "kernel_args": "-a -b -c arg1",  
     7          "initramfs": "initrds/initramfs",
     8          "devicetree": "",
     9          "multiboot_kernel": "",
    10          "multiboot_args": "",
    11          "multiboot_modules": ["", "", ""]
    12        },
    13        {
    14          "name": "Multiboot Configuration 2", 
    15          "multiboot_kernel": "kernels/multibootkernel.vmlinuz",
    16          "multiboot_args": "-a -b -c mulitboot_arg2",
    17          "multiboot_modules": ["modules/mod1", "modules/mod2", "modules/mod3"]
    18        },
    19        {
    20          "name": "Minimal Configuration 3", 
    21          "kernel": "kernels/kernel2.vmlinuz",
    22          "devicetree": "devtrees/tree"
    23        }
    24      ], 
    25      "root_cert": "signing/root.cert" 
    26    }