diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 14:30:21 (EDT) |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 14:30:21 (EDT) |
commit | 96ca7ee67a36605a33de8d57eb8e8d3998bc6427 (patch) | |
tree | 07202c5fe7d366f50d9d17010f3bbf0a44c08ee8 /getgrub | |
parent | 4e8051dfaa0ba5617961481056eb7e79d7b50861 (diff) | |
parent | 9a321884379a71b5f0986fdfb97a2b6c5bdccd8a (diff) | |
download | libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.zip libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.tar.gz libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.tar.bz2 |
Merge libreboot-6b6.r20140903
Conflicts:
buildrom-withgrub
Diffstat (limited to 'getgrub')
-rwxr-xr-x | getgrub | 21 |
1 files changed, 7 insertions, 14 deletions
@@ -2,7 +2,7 @@ # getgrub script: Downloads GRUB and patches it. # -# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,17 +39,15 @@ cd grub # Reset to the last commit that was tested # -------------------------------------------------------------------------------- -# Commit ID used (see "git log"): # -# commit 4b8b9135f1676924a8458da528d264bbc7bbb301 -# Author: Vladimir Serbinenko <phcoder@gmail.com> -# Date: Sun Apr 20 16:12:41 2014 +0200 +# commit c291f47b2c003ef6daeafaedd458db838bad6fb8 +# Author: Andrey Borzenkov <arvidjaar@gmail.com> +# Date: Thu Aug 14 21:02:31 2014 +0400 +# +# Fix typo (gettext_print instead of gettext_printf) # -# * grub-core/kern/misc.c (__bzero): Don't compile in GRUB_UTIL. -# -# Reported by: Yves Blusseau <blusseau@zetam.org>. -git reset --hard 4b8b9135f1676924a8458da528d264bbc7bbb301 +git reset --hard c291f47b2c003ef6daeafaedd458db838bad6fb8 # Apply patches # -------------------------------------------------------------------------------- @@ -66,11 +64,6 @@ git apply gitdiff # remove the copy (no longer needed) rm -rf gitdiff -# We don't need .git* (please submit all upstreamable changes directly to GRUB upstream) -# removing them, to reduce the size of the archive -rm -rf .git -rm -rf .gitignore - # we're done cd ../ |