"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "c671de3e27cdc4c913fc1e86a92b48d911df1c22"
Commit 53b95ae1 authored by longpanda's avatar longpanda
Browse files

Support latest Qubes 4.1.0 release.

parent e3506c0f
...@@ -257,6 +257,10 @@ function distro_specify_initrd_file { ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment