On Sun, Jan 05, 2014 at 03:33:20PM +0100, Johannes Krampf wrote:
Hello SeaBIOS developers,
I'm using SeaBIOS together with Coreboot and it works very well. Thank you for your great work!
The compilation of coreboot is done on a system where /usr/bin/python refers to python3. This makes scripts in the Python2 dialect fail with a syntax error.
Thanks. Although the change you propose is possible, it will break those older systems that don't have a python2 alias. I think it's probably better to just make the scripts compatible with both python2 and python3.
-Kevin