[PATCH 1/2] templates/linux_xen: Properly load multiple initrd files

2022-08-11 Thread Mauricio Faria de Oliveira
The linux_xen template can put multiple initrd files in the same multiboot[2] module[2] command, which is against specs. This causes ONLY the _first_ initrd file to be loaded; other files just have filenames in a "cmdline" string of the first initrd file and are NOT loaded. Fix this by inserting

[PATCH 1/2] templates/linux_xen: Properly load multiple initrd files

2022-08-08 Thread Mauricio Faria de Oliveira
The linux_xen template can put multiple initrd files in the same multiboot[2] module[2] command, which is against specs. This causes ONLY the _first_ initrd file to be loaded; other files just have filenames in a "cmdline" string of the first initrd file and are NOT loaded. Fix this by inserting