Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
grub2.10103
grub2-zipl-setup-fix-btrfs-multipledev.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File grub2-zipl-setup-fix-btrfs-multipledev.patch of Package grub2.10103
Index: grub-2.02~beta2/util/s390x/zipl2grub.pl.in =================================================================== --- grub-2.02~beta2.orig/util/s390x/zipl2grub.pl.in +++ grub-2.02~beta2/util/s390x/zipl2grub.pl.in @@ -361,6 +361,10 @@ while ( <IN> ) { } else { $v = ""; } + if ($k eq "GRUB_DEVICE" && $v !~ /^UUID/ && ! -e $v) { + s{root=\@$k\@}{}g; + next; + } s{\@$k\@}{$v}g; } Info( 2, $_);
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