Skip to content

Commit

Permalink
Adding network interfaces to boot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arky committed Oct 5, 2017
1 parent 591565c commit 9131d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rasbian/boot.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
qemu-system-arm -kernel kernel-qemu-4.4.34-jessie -cpu arm1176 -m 256 -machine versatilepb \
-append "root=/dev/sda2 panic=1 rootfstype=ext4 rw vga=normal console=ttyAMA0" \
-drive "file=./2017-09-07-raspbian-stretch-lite.img,index=0,media=disk,format=raw" -no-reboot -serial stdio -curses
-drive "file=./2017-09-07-raspbian-stretch-lite.img,index=0,media=disk,format=raw" -no-reboot -serial stdio -curses \
-net nic,macaddr=52:54:00:12:34:57 -net nic,macaddr=52:54:00:12:34:58 -net socket,connect=127.0.0.1:1234

0 comments on commit 9131d54

Please sign in to comment.