Changeset 917324b in mainline


Ignore:
Timestamp:
2022-02-11T00:01:05Z (3 years ago)
Author:
Jakub Jermář <jakub@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b9be9b0
Parents:
cd0a38e
Message:

tools/ew.py: Fix running sun4u in console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    rcd0a38e r917324b  
    288288        if (is_override('nographic')):
    289289                cmdline += ' -nographic'
     290                console = True
    290291
    291292        if (not console and (not is_override('nographic')) and not is_override('noserial')):
     
    413414                                'image' : 'image.iso',
    414415                                'audio' : False,
    415                                 'console' : is_override('nographic'),
     416                                'console' : False,
    416417                                'net' : False,
    417418                                'usb' : False,
Note: See TracChangeset for help on using the changeset viewer.