Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
os-prober
os-prober-linux-secure-boot.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File os-prober-linux-secure-boot.patch of Package os-prober
From: Andrey Borzenkov <arvidjaar@gmail.com> Subject: detect linuxefi/initrdefi secure bootloaders too Reference: bnc#810912 Recognize initrdefi and linuxefi too. Whether linux/initrd or linuxefi/initrdefi will be emitted is controlled by SECURE_BOOT setting in /etc/sysconfig/bootloader. --- linux-boot-probes/mounted/common/40grub2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/linux-boot-probes/mounted/common/40grub2 +++ b/linux-boot-probes/mounted/common/40grub2 @@ -71,7 +71,7 @@ ignore_item=1 fi ;; - linux) + linux|linuxefi) # Hack alert: sed off any (hdn,n) but # assume the kernel is on the same # partition. @@ -84,7 +84,7 @@ kernel="/boot$kernel" fi ;; - initrd) + initrd|initrdefi) shift initrd="" for initrd_path in "$@"; do
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor