mirror of
https://github.com/ipxe/ipxe.git
synced 2026-04-22 22:21:23 +02:00
Download progress messages will not currently appear via the syslog console (or any other line buffering console) until the download completes and the newline character is printed. Use the ASCII unit separator (US) character to indicate the end of each per-second progress message, and modify the line console to react to this character by sending out the incomplete line. Suggested-by: Christian I. Nilsson <nikize@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>