2018-07-12 14:56:34 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2017-10-24 16:49:30 +00:00
|
|
|
From: Peter Jones <pjones@redhat.com>
|
2019-08-15 06:01:31 +00:00
|
|
|
Date: Tue, 9 Jul 2019 14:31:19 +0200
|
2018-07-10 19:08:14 +00:00
|
|
|
Subject: [PATCH] 20_linux_xen: load xen or multiboot{,2} modules as needed.
|
2017-10-24 16:49:30 +00:00
|
|
|
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
|
---
|
|
|
|
util/grub.d/20_linux_xen.in | 3 +++
|
|
|
|
1 file changed, 3 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/util/grub.d/20_linux_xen.in b/util/grub.d/20_linux_xen.in
|
2019-08-15 06:01:31 +00:00
|
|
|
index 1519ec692fe..9aa23bc7d51 100644
|
2017-10-24 16:49:30 +00:00
|
|
|
--- a/util/grub.d/20_linux_xen.in
|
|
|
|
+++ b/util/grub.d/20_linux_xen.in
|
2018-07-10 19:08:14 +00:00
|
|
|
@@ -136,6 +136,8 @@ linux_entry ()
|
2017-10-24 16:49:30 +00:00
|
|
|
else
|
|
|
|
xen_rm_opts="no-real-mode edd=off"
|
|
|
|
fi
|
|
|
|
+ insmod ${module_loader}
|
|
|
|
+ insmod ${xen_loader}
|
|
|
|
${xen_loader} ${rel_xen_dirname}/${xen_basename} placeholder ${xen_args} \${xen_rm_opts}
|
|
|
|
echo '$(echo "$lmessage" | grub_quote)'
|
|
|
|
${module_loader} ${rel_dirname}/${basename} placeholder root=${linux_root_device_thisversion} ro ${args}
|
2019-08-15 06:01:31 +00:00
|
|
|
@@ -149,6 +151,7 @@ EOF
|
|
|
|
done
|
2017-10-24 16:49:30 +00:00
|
|
|
sed "s/^/$submenu_indentation/" << EOF
|
|
|
|
echo '$(echo "$message" | grub_quote)'
|
|
|
|
+ insmod ${module_loader}
|
2019-08-15 06:01:31 +00:00
|
|
|
${module_loader} --nounzip $(echo $initrd_path)
|
2017-10-24 16:49:30 +00:00
|
|
|
EOF
|
|
|
|
fi
|