licensing - grub insmod error incompatible license -


i using grub 2.02. when attempt load module (for testing purposes), loader fails, error " incompatible license". 1 of obscure problems seems related version control issues. haver tried following licenses, , have tried using no license.

module_license("dual bsd/gpl"); module_license("gplv2+"); module_license("gpl"); module_license("gplv3+"); module_license("gplv3"); 

can tell me magic word rid of error message?

the macro called grub_mod_license, not module_license.

additionally, licenses considered valid (as extracted grub-core/kernel/dl.c):

  • gplv3
  • gplv3+
  • gplv2+

by way - grub 2.02 not released: latest tag available grub-2.02-beta2


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -