Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
grub2.16180
grub2-s390x-10-keep-network-at-kexec.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File grub2-s390x-10-keep-network-at-kexec.patch of Package grub2.16180
Index: grub-2.02/grub-core/loader/emu/linux.c =================================================================== --- grub-2.02.orig/grub-core/loader/emu/linux.c +++ grub-2.02/grub-core/loader/emu/linux.c @@ -76,9 +76,10 @@ grub_linux_boot (void) grub_fatal (N_("Error trying to perform 'systemctl kexec'")); /* need to check read-only root before resetting hard!? */ - grub_printf("Performing 'kexec -e'"); + grub_printf("Performing 'kexec -e -x'"); kexec[1] = "-e"; - kexec[2] = NULL; + kexec[2] = "-x"; + kexec[3] = NULL; rc = grub_util_exec(kexec); if ( rc != GRUB_ERR_NONE ) grub_fatal (N_("Error trying to directly perform 'kexec -e'."));
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