nacho
da2c0b2200
autodetect default interface
2018-09-19 18:13:15 -06:00
nacho
2566eef8ca
check for qemu-system-arm
2017-09-04 15:46:13 +02:00
Vincent Legoll
aacd9160e4
Use "ip address show dev" to fix matching interfaces with dynamic IP
...
This should fix DHCP-managed interfaces from getting thrown a:
"no IP found for $IFACE" error message
2: wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether d0:57:7b:8f:21:59 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.40/24 brd 192.168.1.255 scope global dynamic wlp1s0
valid_lft 76951sec preferred_lft 76951sec
inet6 fe80::8aa8:51b1:4088:d7c0/64 scope link
valid_lft forever preferred_lft forever
2017-09-03 21:37:13 +00:00
Vincent Legoll
f6e7c1de23
Make QEMU & kernel parameters handling easier to understand
2017-09-03 21:37:13 +00:00
Vincent Legoll
93ddde5a03
Add more output to help debugging network setup
2017-09-03 21:37:13 +00:00
Vincent Legoll
43dd8c3dd5
Fix whitespace
2017-09-03 21:37:13 +00:00
Vincent Legoll
203c11c6b9
Do not use abbreviated ip commands
2017-09-03 21:37:13 +00:00
nacho
bb04e97ccf
fix parsing version for ubuntu 2.5.0
2017-05-25 17:03:06 +02:00
nacho
4676084b68
rewrite workaround to support both qemu-arm 2.8.0 and below. Still recommended to upgrade
2017-04-26 16:54:00 +02:00
Kaiwan N Billimoria
5714dfb32e
Fix a well known ld-preload issue
...
Need to comment out the pathname in rootfs /etc/ld.so.preload as when uncommented the kernel panics on startup.
See http://stackoverflow.com/questions/38837606/emulate-raspberry-pi-raspbian-with-qemu as a reference.
2017-04-25 12:27:08 +05:30
nachoparker
d2b1754511
Merge pull request #4 from selvakn/patch-1
...
Add NO_GRAPHIC variable to start in headless mode
2017-04-14 08:57:40 +02:00
nacho
e31346b75a
fix comment and typo in error message
2017-04-14 08:53:31 +02:00
Selva
915ea35abe
Add NO_GRAPHIC variable to start in headless mode
2017-04-14 10:12:00 +05:30
nachoparker
227c7fa829
Initial commit
2017-02-06 18:13:40 +01:00