Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
kdump
kdump-x86_64-kexec-file-syscall.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdump-x86_64-kexec-file-syscall.patch of Package kdump
--- init/load.sh | 5 +++++ 1 file changed, 5 insertions(+) --- a/init/load.sh +++ b/init/load.sh @@ -135,6 +135,11 @@ function build_kexec_options() options="$options --noio" fi + # add -s on x86_64 for signature verification of kernel + if [ "$(uname -i)" = "x86_64" ] ; then + options="$options -s" + fi + echo "$options" }
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