diff options
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 7a7fdb4..72c8e2b 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -79,7 +79,7 @@ Fixup_FreeBSD_Names(struct disk *d, struct chunk *c) /* Allocate the rest sequentially */ for (c1 = c->part; c1; c1 = c1->next) { - const char order[] = "efghabd"; + const char order[] = "defghab"; if (c1->type == unused) continue; if (strcmp("X", c1->name)) continue; |