[Bug 273148] [PATCH] scripted installs are unable to verify checksums for fetched dists
Date: Thu, 17 Aug 2023 14:28:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273148
--- Comment #4 from Lars Kellogg-Stedman <lars@oddbit.com> ---
I think the original commit message also failed to accurately describe the
problem. It says:
Throughout the bsdinstall script fd 3 is used by f_dprintf (set through
$TERMINAL_STDOUT_PASSTHRU). By closing file descriptor 3 here, the
final f_dprintf "Installation Completed ... does not work anymore.
But what it means is:
By closing file descriptor 3 here, the install will fail with
"/usr/libexec/bsdinstall/script: 3: Bad file descriptor.
That seems like a bigger problem than "f_dprintf...does not work anymore". I'll
submit an updated patch.
--
You are receiving this mail because:
You are the assignee for the bug.