summaryrefslogtreecommitdiff
path: root/libre/grub-parabola/grub-10_linux-rebrand-free-distros.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-25 03:01:59 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-25 03:01:59 -0300
commit99115d4e4c8280be3e68fc02bdd7d9ece8ceb0d6 (patch)
tree48ab0fe5812998d0b3cdb3284d021f576851bc87 /libre/grub-parabola/grub-10_linux-rebrand-free-distros.patch
parent49fb84c481b4eb4e1dd582a5a023b2542e5af423 (diff)
downloadabslibre-99115d4e4c8280be3e68fc02bdd7d9ece8ceb0d6.tar.gz
abslibre-99115d4e4c8280be3e68fc02bdd7d9ece8ceb0d6.tar.bz2
abslibre-99115d4e4c8280be3e68fc02bdd7d9ece8ceb0d6.zip
grub-parabola: add parabola suffix for the package
Diffstat (limited to 'libre/grub-parabola/grub-10_linux-rebrand-free-distros.patch')
-rw-r--r--libre/grub-parabola/grub-10_linux-rebrand-free-distros.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/grub-parabola/grub-10_linux-rebrand-free-distros.patch b/libre/grub-parabola/grub-10_linux-rebrand-free-distros.patch
new file mode 100644
index 000000000..7edb22a1f
--- /dev/null
+++ b/libre/grub-parabola/grub-10_linux-rebrand-free-distros.patch
@@ -0,0 +1,23 @@
+diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
+index 00d1931..23de7ce 100644
+--- a/util/grub.d/10_linux.in
++++ b/util/grub.d/10_linux.in
+@@ -31,7 +31,17 @@ CLASS="--class gnu-linux --class gnu --class os"
+ 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
+