diff options
Diffstat (limited to 'libre/grub/install-grub')
-rw-r--r-- | libre/grub/install-grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/grub/install-grub b/libre/grub/install-grub index f719e8d32..affc9c38a 100644 --- a/libre/grub/install-grub +++ b/libre/grub/install-grub @@ -155,7 +155,7 @@ dogrub() { fi echo "Installing the GRUB bootloader..." - cp -a /usr/share/grub/* /boot/grub/ + cp -a /usr/lib/grub/i386-pc/* /boot/grub/ sync # freeze xfs filesystems to enable grub installation on xfs filesystems |