diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-26 15:25:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-26 15:25:08 -0300 |
commit | a551f58a692e5e75e8fdc0844563d7addc9d0538 (patch) | |
tree | 3ac547ab4ced515cf1bca9a27a85d10da64bb32b /libre/grub/install-grub | |
parent | 471653deac57dab52dba66c2e267610ae99b16c2 (diff) | |
download | abslibre-a551f58a692e5e75e8fdc0844563d7addc9d0538.tar.gz abslibre-a551f58a692e5e75e8fdc0844563d7addc9d0538.tar.bz2 abslibre-a551f58a692e5e75e8fdc0844563d7addc9d0538.zip |
grub-0.97-21.2: fixing issues on install-grub file
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 affc9c38a..f719e8d32 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/lib/grub/i386-pc/* /boot/grub/ + cp -a /usr/share/grub/* /boot/grub/ sync # freeze xfs filesystems to enable grub installation on xfs filesystems |