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@xxxxxxxxxx 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review