Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
grub2.20627
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.20627
--- util/s390x/zipl2grub.pl.in | 4 ++++ 1 file changed, 4 insertions(+) --- a/util/s390x/zipl2grub.pl.in +++ b/util/s390x/zipl2grub.pl.in @@ -384,6 +384,10 @@ while ( <IN> ) { } else { $v = ""; } + if ($k eq "GRUB_DEVICE" && $v !~ /^UUID/ && ! -e $v) { + s{root=\@$k\@}{}g; + next; + } s{\@$k\@}{$v}g; } Info( 3, $_);
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