Re: [ipxe-devel] [ipxe/ipxe] enable bin/ipxe.iso target to build on FreeBSD (#42)

2022-02-02 Thread David Yeske via ipxe-devel
@dyeske commented on this pull request. > @@ -95,6 +95,8 @@ SYSLINUX_DIR_LIST := \ /usr/share/syslinux/modules/bios \ /usr/local/share/syslinux \ /usr/local/share/syslinux/bios \ + /usr/local/share/syslinux/bios/core \ +

Re: [ipxe-devel] [ipxe/ipxe] enable bin/ipxe.iso target to build on FreeBSD (#42)

2021-01-29 Thread Michael Brown
Closed #42. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/42#event-4268487577___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org

Re: [ipxe-devel] [ipxe/ipxe] enable bin/ipxe.iso target to build on FreeBSD (#42)

2021-01-29 Thread Michael Brown
This has been forward-ported and merged as https://github.com/ipxe/ipxe/commit/9557497e7 and https://github.com/ipxe/ipxe/commit/25b675c3d Thank you! -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [ipxe-devel] [ipxe/ipxe] enable bin/ipxe.iso target to build on FreeBSD (#42)

2021-01-29 Thread Michael Brown
@mcb30 commented on this pull request. > @@ -120,7 +120,7 @@ case "${LEGACY}" in ;; 0) # copy isolinux bootloader - cp ${ISOLINUX_BIN} ${dir} + install -m 644 ${ISOLINUX_BIN} ${dir} Merged (in the replacement `util/genfsimg`)

Re: [ipxe-devel] [ipxe/ipxe] enable bin/ipxe.iso target to build on FreeBSD (#42)

2021-01-29 Thread Michael Brown
@mcb30 commented on this pull request. > @@ -58,19 +58,19 @@ NON_AUTO_MEDIA+= iso %iso: %lkrn util/geniso $(QM)$(ECHO) " [GENISO] $@" $(Q)ISOLINUX_BIN=$(ISOLINUX_BIN) LDLINUX_C32=$(LDLINUX_C32) \ - VERSION="$(VERSION)" bash util/geniso -o $@ $< +

Re: [ipxe-devel] [ipxe/ipxe] enable bin/ipxe.iso target to build on FreeBSD (#42)

2021-01-29 Thread Michael Brown
@mcb30 commented on this pull request. > @@ -95,6 +95,8 @@ SYSLINUX_DIR_LIST := \ /usr/share/syslinux/modules/bios \ /usr/local/share/syslinux \ /usr/local/share/syslinux/bios \ + /usr/local/share/syslinux/bios/core \ +