mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05:00
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 |
||
|---|---|---|
| .. | ||
| diskeditor.c | ||
| diskeditor.h | ||
| gpart_ops.c | ||
| Makefile | ||
| Makefile.depend | ||
| part_wizard.c | ||
| partedit.c | ||
| partedit.h | ||
| partedit_arm64.c | ||
| partedit_generic.c | ||
| partedit_powerpc.c | ||
| partedit_sparc64.c | ||
| partedit_x86.c | ||
| sade.8 | ||
| scripted.c | ||