mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-24 22:25:57 -05:00
Support latest Qubes 4.1.0 release.
This commit is contained in:
parent
e3506c0f10
commit
53b95ae17b
@ -257,6 +257,10 @@ function distro_specify_initrd_file {
|
|||||||
vt_linux_specify_initrd_file /isolinux/initrd.gz
|
vt_linux_specify_initrd_file /isolinux/initrd.gz
|
||||||
fi
|
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 [ "$vt_chosen_size" = "1133375488" ]; then
|
||||||
if [ -d (loop)/boot/grub/x86_64-efi ]; then
|
if [ -d (loop)/boot/grub/x86_64-efi ]; then
|
||||||
vt_cpio_busybox64 "64h"
|
vt_cpio_busybox64 "64h"
|
||||||
|
Loading…
Reference in New Issue
Block a user