mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
1. When the parition type is not an integer, try to parse the type as an UUID. If that succeeds, map the UUID to chunk_e. 2. For GPT partitions, pass the type constructed in point 1 above to Add_Chunk. While here, fix the MBREXT case by only checking if the first 3 characters are MBR. This avoids duplication. |
||
|---|---|---|
| .. | ||
| blocks.c | ||
| change.c | ||
| chunk.c | ||
| create_chunk.c | ||
| disk.c | ||
| libdisk.3 | ||
| libdisk.h | ||
| Makefile | ||
| rules.c | ||
| tst01.c | ||
| write_alpha_disk.c | ||
| write_amd64_disk.c | ||
| write_disk.c | ||
| write_i386_disk.c | ||
| write_ia64_disk.c | ||
| write_pc98_disk.c | ||
| write_sparc64_disk.c | ||