Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
tboot.29797
tboot-distributor.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tboot-distributor.patch of Package tboot.29797
Index: tboot-1.9.8/tboot/20_linux_tboot =================================================================== --- tboot-1.9.8.orig/tboot/20_linux_tboot +++ tboot-1.9.8/tboot/20_linux_tboot @@ -72,7 +72,7 @@ CLASS="--class gnu-linux --class gnu --c if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then OS=GNU/Linux else - OS="${GRUB_DISTRIBUTOR} GNU/Linux" + OS="${GRUB_DISTRIBUTOR}" CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr '[A-Z]' '[a-z]' | cut -d' ' -f1) ${CLASS}" fi Index: tboot-1.9.8/tboot/20_linux_xen_tboot =================================================================== --- tboot-1.9.8.orig/tboot/20_linux_xen_tboot +++ tboot-1.9.8/tboot/20_linux_xen_tboot @@ -63,7 +63,7 @@ CLASS="--class gnu-linux --class gnu --c if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then OS=GNU/Linux else - OS="${GRUB_DISTRIBUTOR} GNU/Linux" + OS="${GRUB_DISTRIBUTOR}" CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1) ${CLASS}" fi
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