i download syslinux-4.02.tar.gz tar xvf syslinux-4.02.tar.gz cd syslinux-4.02 make When the compilation is successful, but did not produce pxelinux.0?
On Wed, Oct 20, 2010 at 21:08, ?? <lingod01 at gmail.com> wrote:> i download syslinux-4.02.tar.gz > > tar xvf syslinux-4.02.tar.gz > cd syslinux-4.02 > make > > When the compilation is successful, but did not produce pxelinux.0?Just before you ran make, you had core/pxelinux.0 already made. The distribution package is a source and pre-compiled binary package. -- -Gene
Hi, The make procedure really made what you want. After execute find . -name pxelinux.0 -print you will find that the pxelinux.0 is located under ./core/ folder. Regards, Eric On Thu, Oct 21, 2010 at 9:08 AM, ?? <lingod01 at gmail.com> wrote:> i download syslinux-4.02.tar.gz > > tar xvf syslinux-4.02.tar.gz > cd syslinux-4.02 > make > > When the compilation is successful, but did not produce pxelinux.0? > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > >
But when I directly use it for network installation, it can not be used, how do I get to compile a pxelinux.0, because I need to modify it On Thu, Oct 21, 2010 at 9:20 AM, Gene Cumm <gene.cumm at gmail.com> wrote:> On Wed, Oct 20, 2010 at 21:08, ?? <lingod01 at gmail.com> wrote: >> i download syslinux-4.02.tar.gz >> >> tar xvf syslinux-4.02.tar.gz >> cd syslinux-4.02 >> make >> >> When the compilation is successful, but did not produce pxelinux.0? > > Just before you ran make, you had core/pxelinux.0 already made. ?The > distribution package is a source and pre-compiled binary package. > > -- > -Gene > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > >
So what do you want to modify? Source codes? If so, you can just delete ./core/pxelinux.0 safely then recompile the whole package then you will get a compiled pxelinux.0. Eric On Thu, Oct 21, 2010 at 9:30 AM, ?? <lingod01 at gmail.com> wrote:> But when I directly use it for network installation, it can not be used, > how do I get to compile a pxelinux.0, because I need to modify it > > On Thu, Oct 21, 2010 at 9:20 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Wed, Oct 20, 2010 at 21:08, ?? <lingod01 at gmail.com> wrote: >>> i download syslinux-4.02.tar.gz >>> >>> tar xvf syslinux-4.02.tar.gz >>> cd syslinux-4.02 >>> make >>> >>> When the compilation is successful, but did not produce pxelinux.0? >> >> Just before you ran make, you had core/pxelinux.0 already made. ?The >> distribution package is a source and pre-compiled binary package. >> >> -- >> -Gene >> >> _______________________________________________ >> Syslinux mailing list >> Submissions to Syslinux at zytor.com >> Unsubscribe or set options at: >> http://www.zytor.com/mailman/listinfo/syslinux >> Please do not send private replies to mailing list traffic. >> >> > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > >