]> xenbits.xensource.com Git - xen.git/commitdiff
CI: prevent grub unpacking initramfs
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Mon, 7 Apr 2025 12:31:01 +0000 (14:31 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 7 Apr 2025 18:17:38 +0000 (19:17 +0100)
It fails on larger initramfs (~250MB one) and sometimes even smaller
depending on memory size/memory map, let Linux do it.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/scripts/qubes-x86-64.sh

index f272964459013d2d25ceefa4dbc4fff256ee8980..8e78b7984e988a586a7760e74e5885e1111f32cc 100755 (executable)
@@ -248,7 +248,7 @@ CONTROLLER=control@thor.testnet
 echo "
 multiboot2 (http)/gitlab-ci/xen $CONSOLE_OPTS loglvl=all guest_loglvl=all dom0_mem=4G console_timestamps=boot $extra_xen_opts
 module2 (http)/gitlab-ci/vmlinuz console=hvc0 root=/dev/ram0 earlyprintk=xen
-module2 (http)/gitlab-ci/initrd-dom0
+module2 --nounzip (http)/gitlab-ci/initrd-dom0
 " > $TFTP/grub.cfg
 
 echo "#!ipxe