]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Support latest Qubes 4.1.0 release.
authorlongpanda <admin@ventoy.net>
Thu, 17 Feb 2022 03:40:54 +0000 (11:40 +0800)
committerlongpanda <admin@ventoy.net>
Thu, 17 Feb 2022 03:40:54 +0000 (11:40 +0800)
INSTALL/grub/grub.cfg

index 4e99232a522506ff6474449f5f7a6757d4eb467d..a81d5fb1dd768cfaa28eaa4660f14dd97e82cf7c 100644 (file)
@@ -257,6 +257,10 @@ function distro_specify_initrd_file {
         vt_linux_specify_initrd_file /isolinux/initrd.gz
     fi
     
+    if vt_str_begin "$vt_volume_id" "QUBES"; then 
+        vt_linux_specify_initrd_file /images/pxeboot/initrd.img
+    fi
+    
     if [ "$vt_chosen_size" = "1133375488" ]; then
         if [ -d (loop)/boot/grub/x86_64-efi ]; then
             vt_cpio_busybox64 "64h"