pvgrub_image: add package

Add a package containing a pvgrub image for xen generated from grub2
This commit is contained in:
Michał Pałka
2017-07-05 12:23:30 +00:00
parent d15e20f9c9
commit 55208cc2e1
5 changed files with 63 additions and 1 deletions
@@ -0,0 +1 @@
normal (memdisk)/grub.cfg
@@ -0,0 +1,10 @@
# The parentheses around ${root} here to match Grub's config file syntax
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