Blame SOURCES/0127-Don-t-require-a-password-to-boot-entries-generated-b.patch

6b3c76
From ba498a04ca96c30736a09a6f05a9624e03cee895 Mon Sep 17 00:00:00 2001
a85e8e
From: Peter Jones <pjones@redhat.com>
a85e8e
Date: Tue, 11 Feb 2014 11:14:50 -0500
6b3c76
Subject: [PATCH 127/261] Don't require a password to boot entries generated by
a85e8e
 grub-mkconfig.
a85e8e
a85e8e
When we set a password, we just want that to mean you can't /edit/ an entry.
a85e8e
a85e8e
Resolves: rhbz#1030176
a85e8e
a85e8e
Signed-off-by: Peter Jones <pjones@redhat.com>
a85e8e
---
a85e8e
 util/grub.d/10_linux.in | 2 +-
a85e8e
 1 file changed, 1 insertion(+), 1 deletion(-)
a85e8e
a85e8e
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
6b3c76
index acf2e0e2d..136abd7a6 100644
a85e8e
--- a/util/grub.d/10_linux.in
a85e8e
+++ b/util/grub.d/10_linux.in
a85e8e
@@ -26,7 +26,7 @@ datarootdir="@datarootdir@"
a85e8e
 export TEXTDOMAIN=@PACKAGE@
a85e8e
 export TEXTDOMAINDIR="@localedir@"
a85e8e
 
a85e8e
-CLASS="--class gnu-linux --class gnu --class os"
a85e8e
+CLASS="--class gnu-linux --class gnu --class os --unrestricted"
a85e8e
 
a85e8e
 if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
a85e8e
   OS="$(sed 's, release .*$,,g' /etc/system-release)"
6b3c76
-- 
6b3c76
2.13.5
6b3c76