diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-26 01:25:59 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-26 01:25:59 +0300 |
commit | 34cc615f0c846848db2030da5f4917b9093cdc7a (patch) | |
tree | 562072d103a1d18d0d6f2d692d642b2fb3f07a0f /sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch | |
parent | 1d6e6c9cf8e73e83dc9d6a726efbbc1f8211eb99 (diff) |
[sys-boot/grub] upgrade
Diffstat (limited to 'sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch')
-rw-r--r-- | sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch b/sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch index 6882d1f4..9648efa7 100644 --- a/sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch +++ b/sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch @@ -45,7 +45,7 @@ diff -Nurp grub-2.00.orig/util/grub-install.in grub-2.00/util/grub-install.in + fi + else + echo "Cannot sign ${_image} for SecureBoot" 1>&2 -+ echo "RogentOS keypair at $(basename ${_private}) not found" 1>&2 ++ echo "Kogaion keypair at $(basename ${_private}) not found" 1>&2 + fi + } + |