2008-07-30 Robert Millan <rmh@aybabtu.com>
* util/grub.d/10_hurd.in: Source /grub/update-grub_lib.
This commit is contained in:
parent
4ca049a365
commit
14f41dd1ed
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-07-30 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
* util/grub.d/10_hurd.in: Source ${libdir}/grub/update-grub_lib.
|
||||||
|
|
||||||
2008-07-30 Robert Millan <rmh@aybabtu.com>
|
2008-07-30 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* term/i386/pc/vga_text.c (grub_console_cls): Use
|
* term/i386/pc/vga_text.c (grub_console_cls): Use
|
||||||
|
|
|
@ -16,6 +16,11 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
. ${libdir}/grub/update-grub_lib
|
||||||
|
|
||||||
if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
|
if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
|
||||||
OS=GNU
|
OS=GNU
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue