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.)
 
 
(One intermediate revision by one other user not shown)
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)

Latest revision as of 02:26, 4 April 2011

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)