summaryrefslogtreecommitdiff
path: root/libre/grub-git/grub-10_linux-20_linux_xen-rebrand-free-distros.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-07 18:13:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-07 18:13:30 -0500
commitafba797082e1cf8929b2679b348b9433359b670c (patch)
tree1c8d91a49d79385040068e4fe1506a0fe2589ee1 /libre/grub-git/grub-10_linux-20_linux_xen-rebrand-free-distros.patch
parent534a2c53818eed17a6c04f2006e566b479a7c7ac (diff)
downloadabslibre-afba797082e1cf8929b2679b348b9433359b670c.tar.gz
abslibre-afba797082e1cf8929b2679b348b9433359b670c.tar.bz2
abslibre-afba797082e1cf8929b2679b348b9433359b670c.zip
Removing grub-git: Use grub instead
Diffstat (limited to 'libre/grub-git/grub-10_linux-20_linux_xen-rebrand-free-distros.patch')
-rw-r--r--libre/grub-git/grub-10_linux-20_linux_xen-rebrand-free-distros.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/libre/grub-git/grub-10_linux-20_linux_xen-rebrand-free-distros.patch b/libre/grub-git/grub-10_linux-20_linux_xen-rebrand-free-distros.patch
deleted file mode 100644
index 47added0d..000000000
--- a/libre/grub-git/grub-10_linux-20_linux_xen-rebrand-free-distros.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -Nur a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
---- a/util/grub.d/10_linux.in 2015-09-27 14:14:45.544730230 -0300
-+++ b/util/grub.d/10_linux.in 2015-09-27 14:58:23.533917184 -0300
-@@ -31,7 +31,17 @@
- if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
- OS=GNU/Linux
- else
-- OS="${GRUB_DISTRIBUTOR} GNU/Linux"
-+ if echo ${GRUB_DISTRIBUTOR} | grep -qi Parabola ; then
-+ OS="${GRUB_DISTRIBUTOR} GNU/Linux-libre"
-+ elif echo ${GRUB_DISTRIBUTOR} | grep -qi Blag ; then
-+ OS="${GRUB_DISTRIBUTOR} Linux and GNU"
-+ elif echo ${GRUB_DISTRIBUTOR} | grep -qi Musix ; then
-+ OS="${GRUB_DISTRIBUTOR} GNU+Linux"
-+ elif echo ${GRUB_DISTRIBUTOR} | grep -qi Dragora ; then
-+ OS="${GRUB_DISTRIBUTOR} GNU/Linux-libre"
-+ else
-+ OS="${GRUB_DISTRIBUTOR} GNU/Linux"
-+ fi
- CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1|LC_ALL=C sed 's,[^[:alnum:]_],_,g') ${CLASS}"
- fi
-
-diff -Nur a/util/grub.d/20_linux_xen.in b/util/grub.d/20_linux_xen.in
---- a/util/grub.d/20_linux_xen.in 2015-09-27 14:14:45.544730230 -0300
-+++ b/util/grub.d/20_linux_xen.in 2015-09-27 14:59:16.319319658 -0300
-@@ -31,7 +31,17 @@
- if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
- OS=GNU/Linux
- else
-- OS="${GRUB_DISTRIBUTOR} GNU/Linux"
-+ if echo ${GRUB_DISTRIBUTOR} | grep -qi Parabola ; then
-+ OS="${GRUB_DISTRIBUTOR} GNU/Linux-libre"
-+ elif echo ${GRUB_DISTRIBUTOR} | grep -qi Blag ; then
-+ OS="${GRUB_DISTRIBUTOR} Linux and GNU"
-+ elif echo ${GRUB_DISTRIBUTOR} | grep -qi Musix ; then
-+ OS="${GRUB_DISTRIBUTOR} GNU+Linux"
-+ elif echo ${GRUB_DISTRIBUTOR} | grep -qi Dragora ; then
-+ OS="${GRUB_DISTRIBUTOR} GNU/Linux-libre"
-+ else
-+ OS="${GRUB_DISTRIBUTOR} GNU/Linux"
-+ fi
- CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1|LC_ALL=C sed 's,[^[:alnum:]_],_,g') ${CLASS}"
- fi
-