Accepting request 336648 from home:michael-chang:branches:Base:System
- Do not force ro option in linuxefi patch (bsc#948555) * modified grub2-secureboot-use-linuxefi-on-uefi.patch * refrehed grub2-secureboot-provide-linuxefi-config.patch OBS-URL: https://build.opensuse.org/request/show/336648 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=180
This commit is contained in:
parent
033239acc6
commit
7ae70bfae5
@ -51,7 +51,7 @@ Index: grub-2.02~beta2/util/grub.d/10_linux.in
|
||||
+ if [ -d /sys/firmware/efi ] && [ "x${GRUB_USE_LINUXEFI}" = "xtrue" ]; then
|
||||
sed "s/^/$submenu_indentation/" << EOF
|
||||
echo '$message'
|
||||
linuxefi ${rel_dirname}/${basename} ${root_device} ro ${args}
|
||||
linuxefi ${rel_dirname}/${basename} ${root_device} ${args}
|
||||
@@ -147,7 +147,7 @@ EOF
|
||||
if test -n "${initrd}" ; then
|
||||
# TRANSLATORS: ramdisk isn't identifier. Should be translated.
|
||||
|
@ -23,7 +23,7 @@ Index: grub-2.02~beta2/util/grub.d/10_linux.in
|
||||
+ if [ -d /sys/firmware/efi ]; then
|
||||
+ sed "s/^/$submenu_indentation/" << EOF
|
||||
+ echo '$message'
|
||||
+ linuxefi ${rel_dirname}/${basename} ${root_device} ro ${args}
|
||||
+ linuxefi ${rel_dirname}/${basename} ${root_device} ${args}
|
||||
+EOF
|
||||
+ else
|
||||
+ sed "s/^/$submenu_indentation/" << EOF
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 07:59:47 UTC 2015 - mchang@suse.com
|
||||
|
||||
- Do not force ro option in linuxefi patch (bsc#948555)
|
||||
* modified grub2-secureboot-use-linuxefi-on-uefi.patch
|
||||
* refrehed grub2-secureboot-provide-linuxefi-config.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 20:02:47 UTC 2015 - dmueller@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package grub2
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user