summaryrefslogtreecommitdiffstats
path: root/debian/grub-xen-host_grub-pvh.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 10:54:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 10:54:18 +0000
commit8e67fbf68ffeb9eb5f026dd482d73b021660bf9b (patch)
treebb573facd5d02096f9956b2617a722b88acaa8af /debian/grub-xen-host_grub-pvh.cfg
parentAdding upstream version 2.06. (diff)
downloadgrub2-debian.tar.xz
grub2-debian.zip
Adding debian version 2.06-3~deb11u6.debian/2.06-3_deb11u6debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/grub-xen-host_grub-pvh.cfg')
-rw-r--r--debian/grub-xen-host_grub-pvh.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/grub-xen-host_grub-pvh.cfg b/debian/grub-xen-host_grub-pvh.cfg
new file mode 100644
index 0000000..01820b7
--- /dev/null
+++ b/debian/grub-xen-host_grub-pvh.cfg
@@ -0,0 +1,9 @@
+if search -s -f /boot/grub/grub.cfg ; then
+ echo "Reading (${root})/boot/grub/grub.cfg"
+ configfile /boot/grub/grub.cfg
+fi
+
+if search -s -f /grub/grub.cfg ; then
+ echo "Reading (${root})/grub/grub.cfg"
+ configfile /grub/grub.cfg
+fi