aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/scheme.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-10-15 01:09:14 +0000
committerEd Maste <emaste@FreeBSD.org>2015-10-15 01:09:14 +0000
commita4c8dbbd87bbe6cda22314f974642755755f647f (patch)
treee218a16102ec9b3053c2743ecf49a00fa3584912 /usr.bin/mkimg/scheme.c
parentd69c7b8653ca94e991465afcbb0589f749af9fab (diff)
downloadsrc-a4c8dbbd87bbe6cda22314f974642755755f647f.tar.gz
src-a4c8dbbd87bbe6cda22314f974642755755f647f.zip
mkimg: support fat16b partitions (MBR type 06h)
Reviewed by: marcel Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3894
Notes
Notes: svn path=/head/; revision=289349
Diffstat (limited to 'usr.bin/mkimg/scheme.c')
-rw-r--r--usr.bin/mkimg/scheme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mkimg/scheme.c b/usr.bin/mkimg/scheme.c
index 9bdf8a5a5463..1e648557e75d 100644
--- a/usr.bin/mkimg/scheme.c
+++ b/usr.bin/mkimg/scheme.c
@@ -50,6 +50,7 @@ static struct {
} scheme_alias[] = {
{ "ebr", ALIAS_EBR },
{ "efi", ALIAS_EFI },
+ { "fat16b", ALIAS_FAT16B },
{ "fat32", ALIAS_FAT32 },
{ "freebsd", ALIAS_FREEBSD },
{ "freebsd-boot", ALIAS_FREEBSD_BOOT },