Commit Graph

15 Commits

Author SHA1 Message Date
Vincent Legoll 4d148f1a09 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-08-11 12:15:19 +02:00
Vincent Legoll d3ee6402f6 Make QEMU & kernel parameters handling easier to understand 2017-08-11 11:59:49 +02:00
Vincent Legoll 844a3e6e6a Add more output to help debugging network setup 2017-08-11 11:58:56 +02:00
Vincent Legoll 246585aafe Fix whitespace 2017-08-11 11:23:32 +02:00
Vincent Legoll 6b3d8d97c4 Do not use abbreviated ip commands 2017-08-11 11:19:29 +02: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 cf7decee1d Merge pull request #3 from andrewmichaelsmith/patch-1
Fix typo in .zip command. Glob to avoid specfiy version.
2017-04-10 18:46:56 +02:00
Andrew Smith 949f51c7f6 Fix typo in .zip command. Glob to avoid specfiy version. 2017-04-08 11:49:00 +01:00
nachoparker 32826f5b44 Create README.md 2017-02-06 23:45:16 +01:00
nachoparker 227c7fa829 Initial commit 2017-02-06 18:13:40 +01:00