2018-07-12 14:56:34 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2014-07-02 15:49:28 +00:00
|
|
|
From: Peter Jones <pjones@redhat.com>
|
|
|
|
Date: Tue, 11 Feb 2014 11:14:50 -0500
|
2018-07-10 18:39:10 +00:00
|
|
|
Subject: [PATCH] Don't require a password to boot entries generated by
|
2014-07-02 15:49:28 +00:00
|
|
|
grub-mkconfig.
|
|
|
|
|
|
|
|
When we set a password, we just want that to mean you can't /edit/ an entry.
|
|
|
|
|
|
|
|
Resolves: rhbz#1030176
|
|
|
|
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
|
---
|
|
|
|
util/grub.d/10_linux.in | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
|
2022-03-31 21:21:43 +00:00
|
|
|
index 4a499c53a..cf8d11869 100644
|
2014-07-02 15:49:28 +00:00
|
|
|
--- a/util/grub.d/10_linux.in
|
|
|
|
+++ b/util/grub.d/10_linux.in
|
|
|
|
@@ -26,7 +26,7 @@ datarootdir="@datarootdir@"
|
|
|
|
export TEXTDOMAIN=@PACKAGE@
|
|
|
|
export TEXTDOMAINDIR="@localedir@"
|
|
|
|
|
|
|
|
-CLASS="--class gnu-linux --class gnu --class os"
|
|
|
|
+CLASS="--class gnu-linux --class gnu --class os --unrestricted"
|
|
|
|
|
|
|
|
if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
|
|
|
|
OS="$(sed 's, release .*$,,g' /etc/system-release)"
|