
28 Oct
2015
28 Oct
'15
12:23 a.m.
Hi Vagrant,
On Tue, Oct 27, 2015 at 5:49 PM, Vagrant Cascadian vagrant@debian.org wrote:
+#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
func(MMC, mmc, 1) \
func(USB, usb, 0) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na)
I never used config_distro_bootcmd, so let me ask you: is there a TFTP variant for func() as well?
In the current script we can switch from TFTP/DHCP very easily.
Also, how can do we switch from booting the rootfs from mmc versus NFS mount?
Regards,
Fabio Estevam