[syslinux] Windows PE booting without chainloading ipxe

Michael Brown mcb30 at ipxe.org
Mon Dec 8 07:58:43 PST 2014


On 25/11/14 02:01, Ady wrote:
> --- a/src/cmdline.c	Fri Nov 07 02:27:56 2014
> +++ b/src/cmdline.c	Mon Nov 24 15:18:15 2014
> @@ -104,6 +104,8 @@
>   			/* Ignore unknown initial arguments, which may
>   			 * be the program name.
>   			 */
> +		} else if ( strcmp( key, "initrdfile") == 0 ) {
> +			/* Ignore this keyword so to make this kernel work with sylinux */
>   		} else {
>   			die ( "Unrecognised argument \"%s%s%s\"\n", key,
>   			      ( value ? "=" : "" ), ( value ? value : "" ) );

Thanks; applied and pushed as wimboot v2.4.1.

Michael


More information about the Syslinux mailing list