commit | c330235597c27eb51b0b3641ce4800906fc99af6 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Sep 04 13:49:29 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 05 16:01:22 2018 -0400 |
tree | fd0bc21cc57f2ec7ead11c371825f19a2c04be41 | |
parent | 548c35ff6e42c39657f7980e21b604b3d79eb17f [diff] |
qemu-arm: Enable DHCP distro target When booting the QEMU virt machine with -net nic,model=e1000 we can already support network boot just fine today. So let's enable the default bootcmd to also evaluate DHCP responses properly. That way we can enable network boot seamlessly with the virt target. Signed-off-by: Alexander Graf <agraf@suse.de>