Re: Question: How to force GRUB module dependency?

2016-06-02 Thread Vladimir 'phcoder' Serbinenko
No. And you shouldn't have the 2 different global functions named. Why can't you just rename one of the functions? Le jeu. 2 juin 2016 21:16, Mat Troi a écrit : > Hi, > > If there are two modules that have the same function names. Is there a > way to force a 3rd module to pick up the right depe

Question: How to force GRUB module dependency?

2016-06-02 Thread Mat Troi
Hi, If there are two modules that have the same function names. Is there a way to force a 3rd module to pick up the right dependency? For example: Mod A and mod B both contain function_foo Mod C uses function_foo. Right now, mod C is using function_foo in mod B, is there a way I can force mod