K 10 svn:author V 8 woodsb02 K 8 svn:date V 27 2020-01-17T22:26:41.583311Z K 7 svn:log V 502 Fix regression in bsdinstall post r356740 - partedit errno(2) 21 EISDIR This resulted in the partitioning step failing if either of the "Auto (UFS)" or "Manual" options were selected. Reason: partedit was attempting to open a directory (TMPDIR) read/write, which resulted in errno(2) 21 - EISDIR - Is a directory. Reported by: Clay Daniels Reviewed by: Ryan Moeller Approved by: emaste, bcran Differential Revision: https://reviews.freebsd.org/D23232 END