Re: [ipxe-devel] http://ipxe.org/howto/sccm#publish_the_boot_files

2016-02-27 Thread Christian Nilsson
On Sat, Feb 27, 2016 at 10:36 AM, Øyvind Aarhus wrote: > Hi, i am looking for info on this page > > > > http://ipxe.org/howto/sccm > > > > > > This is al that I see: > > Booting SCCM via HTTP > > System Center Configuration Manager (SCCM), formerly known as Systems > Management

[ipxe-devel] [PATCH] [mcurses] Fix GCC 6 nonnull-compare errors.

2016-02-27 Thread Vinson Lee
Remove null checks for arguments declared as nonnull. [BUILD] bin/windows.o hci/mucurses/windows.c: In function ‘delwin’: hci/mucurses/windows.c:21:5: error: nonnull argument ‘win’ compared to NULL [-Werror=nonnull-compare] if ( win == NULL ) ^ hci/mucurses/windows.c: In function

[ipxe-devel] Wireless PXE boot

2016-02-27 Thread Andre
Hi, Found your website and saw that your solution has the possibility to use wireless PXE. Currently a customer where I'm working has some new laptops. Of course these can get their image via standard wired PXE boot. However the preferred way they want to do this in the future is using

[ipxe-devel] [PATCH] [mcurses] Fix GCC 6 nonnull-compare errors.

2016-02-27 Thread Vinson Lee
Remove null checks for arguments declared as nonnull. [BUILD] bin/windows.o hci/mucurses/windows.c: In function ‘delwin’: hci/mucurses/windows.c:21:5: error: nonnull argument ‘win’ compared to NULL [-Werror=nonnull-compare] if ( win == NULL ) ^ hci/mucurses/windows.c: In function