Hi,

I noticed that in version 3.2.3 of systemimager-server-3.2.3-1 the file:

/etc/systemimager/pxelinux.cfg/default

makes the to-be-pxe-booted clients not pxe-boot. This is because it reads:

DEFAULT localhost
LABEL localhost
LOCALBOOT 0

This is because in line 792 of the mkbootserver script it reads:

    cp -f ${CONFIG_DIR}/pxelinux.cfg/syslinux.cfg.localboot 
$LINUX_INSTALL/pxelinux.cfg/default

Could this be changed to:

    cp -f ${CONFIG_DIR}/pxelinux.cfg/syslinux.cfg 
$LINUX_INSTALL/pxelinux.cfg/default
    cp -f ${CONFIG_DIR}/pxelinux.cfg/syslinux.cfg.localboot 
$LINUX_INSTALL/pxelinux.cfg/default.local

so that the nodes DO boot from the network by default, if they are 
configured to boot from LAN first? 

thanks,

regards,

Gerben




--
Linvision HPC BV              tel: +31-15-7502310
Elektronicaweg 16 d       fax: +31-15-7502319
2628 XG Delft             [EMAIL PROTECTED]
The Netherlands           www.linvision.com


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to