Talk:Setting Up a PXE Server on an RPM-based OS: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
(Comments on simplifying setup by using an exsiting package.)
 
m (reference to s/lib/share/ change.)
Line 2: Line 2:


Under CentOS 5, it's located in /usr/lib/syslinux/
Under CentOS 5, it's located in /usr/lib/syslinux/
( Research shows this change here [http://syslinux.zytor.com/wiki/index.php/Syslinux_3_Changelog#Changes_in_3.70] )


This is verifiable with a "yum provides */pxelinux.0".
This is verifiable with a "yum provides */pxelinux.0".
Since this is a actual package, it should eliminate version drift from the original copy as the syslinux package updates.
Since this is a actual package, it should eliminate version drift from the original copy as the syslinux package updates.
--[[User:SRSullivan|SRSullivan]] 05:50, 21 November 2010 (UTC)
--[[User:SRSullivan|SRSullivan]] 05:50, 21 November 2010 (UTC)

Revision as of 06:45, 21 November 2010

For your tutorial, you move pxelinux.0 from /usr/share/syslinux/ but the package syslinux-tftpboot will provide it in /tftpboot for you.

Under CentOS 5, it's located in /usr/lib/syslinux/

( Research shows this change here [1] )

This is verifiable with a "yum provides */pxelinux.0". Since this is a actual package, it should eliminate version drift from the original copy as the syslinux package updates. --SRSullivan 05:50, 21 November 2010 (UTC)