mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
2ecb09ba7e
Always instantiating a network device with id `net0`, removes the need to call append_qemu_nic_args in run scripts unless we want to add forwarding rules. genodelabs/genode#4311
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
-m 768 -M realview-pbx-a9
|
|
-net nic,model=lan9118,netdev=net0 -netdev user,id=net0
|