freebsd-nq/usr.sbin/bsdinstall
Ben Woods 2d482628aa 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 <clay.daniels.jr@gmail.com>
Reviewed by:	Ryan Moeller <ryan@freqlabs.com>
Approved by:	emaste, bcran
Differential Revision:	https://reviews.freebsd.org/D23232
2020-01-17 22:26:41 +00:00
..
distextract Skip errors from being unable to set modification and creation times. If 2018-01-02 05:22:54 +00:00
distfetch various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
partedit Fix regression in bsdinstall post r356740 - partedit errno(2) 21 EISDIR 2020-01-17 22:26:41 +00:00
scripts bsdinstall: Change "default" (first) Partitioning method to ZFS 2020-01-15 07:47:52 +00:00
bsdinstall bsdinstall: Use TMPDIR if set 2020-01-15 00:45:05 +00:00
bsdinstall.8 bsdinstall: Change "default" (first) Partitioning method to ZFS 2020-01-15 07:47:52 +00:00
Makefile
Makefile.depend
Makefile.inc