mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
linux-pae: fix grub.conf creation on pv machines
on some systems it seems that grub2 and it config also exist.
This commit is contained in:
@@ -67,7 +67,9 @@ if [ -e /boot/grub/grub.cfg ]; then
|
||||
# Update grub2 config
|
||||
#
|
||||
grub-mkconfig > /boot/grub/grub.cfg
|
||||
else
|
||||
fi
|
||||
|
||||
if [ -e /boot/grub/grub.conf ]; then
|
||||
#
|
||||
# xen pv with pygrub need grub.conf / menu.lst
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user