
18 Jan
2017
18 Jan
'17
9:04 p.m.
On 2017-01-15, Andreas Färber wrote:
Use the generic "distro" boot framework to enable automatic DHCP boot.
Thanks for this!
diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h index 3bba2e6..75f6dc5 100644 --- a/include/configs/meson-gxbb-common.h +++ b/include/configs/meson-gxbb-common.h @@ -40,4 +40,18 @@
#include <config_distro_defaults.h>
+#define BOOT_TARGET_DEVICES(func) \
- func(DHCP, dhcp, na)
Any reason not to also support and prefer "PXE" here?
func(PXE, pxe, na)
The syslinux-style config files support boot menus and are easier to generate than boot images.
live well, vagrant