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
diskeditor.h
gpart_ops.c bsdinstall: Use TMPDIR if set 2020-01-15 00:45:05 +00:00
Makefile
Makefile.depend
part_wizard.c
partedit_arm64.c Rework UEFI ESP generation 2018-12-20 19:39:37 +00:00
partedit_generic.c
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
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
scripted.c