[Bug 331731] Review Request: ltsp-server - LTSP5 server-side configurations and setup scripts

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 30 06:33:22 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ltsp-server - LTSP5 server-side configurations and setup scripts


https://bugzilla.redhat.com/show_bug.cgi?id=331731





------- Additional Comments From wtogami at redhat.com  2007-10-30 02:33 EST -------
This addition to the ltsp-dhcpd.conf template allows it to PXE boot a qemu
guest, which reports "Etherboot-5.4" as its vendor-class-identifier.

--- ltsp-dhcpd.conf.orig        2007-10-30 02:29:16.000000000 -0400
+++ ltsp-dhcpd.conf     2007-10-30 02:31:07.000000000 -0400
@@ -43,6 +43,13 @@
         # NOTE: kernels are specified in /tftpboot/ltsp5/pxe/pxelinux.cfg/
         filename      "/ltsp5/pxe/pxelinux.0";
      } 
+     # Etherboot PXE
+     # NOTE: Oct 30th 2007: Not well tested, works with qemu kvm-36
+     elsif substring (option vendor-class-identifier, 0, 9) = "Etherboot" 
+     {
+        # NOTE: kernels are specified in /tftpboot/ltsp5/pxe/pxelinux.cfg/
+        filename      "/ltsp5/pxe/pxelinux.0";
+     } 
      # default to an i386 BOOTP image
      else 
      {


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list