freebsd-skq/usr.sbin/bsdinstall
woodsb02 cfc47b417c 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 Merge from head 2015-10-01 09:36:43 +00:00
Makefile.depend META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
Makefile.inc