freebsd-dev/usr.sbin/bsdinstall/partedit
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
..
diskeditor.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
diskeditor.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
gpart_ops.c bsdinstall: Use TMPDIR if set 2020-01-15 00:45:05 +00:00
Makefile Convert absolute links to relative links. 2017-03-07 05:10:38 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
part_wizard.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
partedit_arm64.c Rework UEFI ESP generation 2018-12-20 19:39:37 +00:00
partedit_generic.c Support mounted boot partitions in the installer. This allows the platform 2017-12-08 00:57:13 +00:00
partedit_powerpc.c powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystem 2019-02-18 01:57:47 +00:00
partedit_sparc64.c Support mounted boot partitions in the installer. This allows the platform 2017-12-08 00:57:13 +00:00
partedit_x86.c Rework UEFI ESP generation 2018-12-20 19:39:37 +00:00
partedit.c Fix regression in bsdinstall post r356740 - partedit errno(2) 21 EISDIR 2020-01-17 22:26:41 +00:00
partedit.h bsdinstall: Use TMPDIR if set 2020-01-15 00:45:05 +00:00
sade.8 sade(8): start new sentence on new line 2017-05-23 07:50:42 +00:00
scripted.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00