Bring us a little closer to the real hardware, which makes the configuration for
qemu and apu boards basically identical.
- name: set subnet
community.general.sysrc:
- name: ifconfig_vr0
+ name: ifconfig_igb1
value: "{{ lan_ip }} up"
become: true
- name: gateway enable
Notes
=====
Run in qemu:
-sudo qemu-system-x86_64 -m 4096m -hda /usr/local/poudriere/data/images/pennestraat.img -nographic -net nic -net tap,ifname=tap1
+sudo qemu-system-x86_64 -smp 4 -m 4096m -hda /usr/local/poudriere/data/images/domotica.img -nographic -net nic,model=igb -net tap,ifname=tap1 -net nic,model=igb -net tap,ifname=tap2
Jail creation:
(Needs the kernel installed!)