From 673064d5364b10e3d797685b0b014ff28ac86054 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 26 Apr 2012 14:18:21 -0400 Subject: [PATCH] Don't even say linux, actually. Resolves: rhbz#808180 --- grub-1.99-just-say-linux.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grub-1.99-just-say-linux.patch b/grub-1.99-just-say-linux.patch index 98ab2b7..62a6b32 100644 --- a/grub-1.99-just-say-linux.patch +++ b/grub-1.99-just-say-linux.patch @@ -17,10 +17,10 @@ index a09c3e6..0b0df78 100644 if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then - OS=GNU/Linux -+ OS="$(sed 's, release .*$,,g' /etc/system-release) Linux" ++ OS="$(sed 's, release .*$,,g' /etc/system-release)" else - OS="${GRUB_DISTRIBUTOR} GNU/Linux" -+ OS="${GRUB_DISTRIBUTOR} Linux" ++ OS="${GRUB_DISTRIBUTOR}" CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1) ${CLASS}" fi @@ -33,10 +33,10 @@ index ee49cd9..10422b0 100644 if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then - OS=GNU/Linux -+ OS="$(sed 's, release .*$,,g' /etc/system-release) Linux" ++ OS="$(sed 's, release .*$,,g' /etc/system-release)" else - OS="${GRUB_DISTRIBUTOR} GNU/Linux" -+ OS="${GRUB_DISTRIBUTOR} Linux" ++ OS="${GRUB_DISTRIBUTOR}" CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1) ${CLASS}" fi