for systemimager (server) you need also: dhcp3,tftp, tftpd, ha-tfptboot,syslinux, pxe, systemconfigurator si systemimager-boot (add deb <a href="http://download.systemimager.org/debian" title="systemimager.org">http://download.systemimager.org/debian</a systemimager.org> stable main in<nobr> <wbr></nobr>/etc/apt/sources.list)
The file<nobr> <wbr></nobr>/tftpboot/pxelinux.cfg/default should contain:
DEFAULT systemimager
# # Uncomment next line to send pxelinux boot prompt over serial port 0. # NOTE: Be sure your serial port speed is appropriate (57600, 9600, etc.) # #SERIAL 0 57600 LABEL systemimager DISPLAY message.txt PROMPT 1 TIMEOUT 50 KERNEL kernel APPEND vga=extended initrd=initrd.img root=/dev/ram
RE:Would be a good addition to Ubuntu respository?
Posted by: Anonymous Coward on June 27, 2006 04:08 PMfor systemimager (server) you need also:
dhcp3,tftp, tftpd, ha-tfptboot,syslinux, pxe, systemconfigurator si systemimager-boot (add deb <a href="http://download.systemimager.org/debian" title="systemimager.org">http://download.systemimager.org/debian</a systemimager.org> stable main in<nobr> <wbr></nobr>/etc/apt/sources.list)
The file<nobr> <wbr></nobr>/tftpboot/pxelinux.cfg/default should contain:
DEFAULT systemimager
#
# Uncomment next line to send pxelinux boot prompt over serial port 0.
# NOTE: Be sure your serial port speed is appropriate (57600, 9600, etc.)
#
#SERIAL 0 57600
LABEL systemimager
DISPLAY message.txt
PROMPT 1
TIMEOUT 50
KERNEL kernel
APPEND vga=extended initrd=initrd.img root=/dev/ram
#