2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00
confluent/confluent_server
Jarrod Johnson ce79c4cf11 Draft example of an alternative of setting filename in initial pass
In at least one ARM UEFI, the PXE support is non-compliant,
and absolutely requires the filename field to be populated.

That said, the same firmware fails to let iPXE function, so
we have other issues with this firmware.

Very preliminary testing indicates that PXE compliant firmware
ignores the filename in the offer and proceeds to proxyDHCP.
The non-compliant firmware ignores the PXEClient guidance
and just consumes the filename.

In theory, this just means that the compliant firmware inflicts
a bit of redundant effort on our part, as we must sort out the filename
to offer twice (once for DHCP, then again for proxyDHCP).  It may aid
non compliant firmware to proceed in more limited circumstances.
2023-11-10 10:30:27 -05:00
..
bin Add more deep checking of node networking 2023-10-27 13:34:52 -04:00
confluent Draft example of an alternative of setting filename in initial pass 2023-11-10 10:30:27 -05:00
dbgtools Fix confluentdbgcli.py for python3 2022-09-02 15:11:30 -04:00
sysctl Tune the UDP receive buffer 2017-08-11 15:43:44 -04:00
systemd Remove systemd management of /var/lib/confluent 2020-06-16 09:16:01 -04:00
sysvinit Fix sysvinit 2019-08-20 08:59:01 -04:00
builddeb Fix debian packaging for confluent 2023-09-18 15:48:38 -04:00
buildrpm Use python3 explicitly for building source 2019-10-16 13:26:15 -04:00
confluent_server.spec.tmpl Mark COPYRIGHT as legal in rpm 2022-09-30 11:02:55 -04:00
confluentdbgcli.py Make /usr/bin/env python point to python2 2019-09-23 11:04:52 -04:00
confluentsrv.spec Revert 'confluentd' change 2015-09-23 11:48:27 -04:00
COPYRIGHT Add legal artifacts to confluent_server 2022-09-30 10:43:18 -04:00
makesetup Set up confluent licensisng in setupdist context 2022-04-25 16:15:49 -04:00
MANIFEST.in
requirements.txt Packaging fixup in preparation for 1.1 release cycle 2015-03-25 13:52:59 -04:00
setup.py.tmpl