[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: post-install-fix.sh (pr05)



Hello,

Am Mittwoch 05 Oktober 2005 23:25 schrieb Finn-Arne Johansen:
> Other options would be to use pxelinux.0

About pxe and/or etherboot, there is another suggestion (see below). 

But if there is anybody who could fix dhcpd.conf (and as I get it, cvs 
access is not enough, but Ragnar has to change it before ltsp-stuff is 
built, right?), in future,dhcpd.conf should point to a symbolic link 
that can be bent when kernel versions change, something like

vmlinuz-current

- would this be reasonable?

The other suggestion stems from Andreas Schockenhoff, and goes like 
this:

"Alas, pxe-enabled etherboots can not be detected from old ones by means 
of the pxe-string. But you can help yourself by means of the etherboot 
version number. Of course it is better, to move entirely  to pxe:

 filename      "/var/lib/tftpboot/pxelinux.0"; # Menu Test
 if substring (option vendor-class-identifier, 0, 13) = "Etherboot-5.2"
 {
   filename      "/tftpboot/lts/vmlinuz-2.4.19";
 }
 if substring (option vendor-class-identifier, 0, 13) = "Etherboot-5.0"
 {
   filename      "/tftpboot/lts/vmlinuz-2.4.19";
 }
 # etc. "

Now, again the question: can anybody with access to SVN edit these lines 
in dhcpd.conf?

Thanks
Regards
Ralf
 



Reply to: