aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/scheme.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2015-06-27 03:28:04 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2015-06-27 03:28:04 +0000
commit8adccff34f92d4c52cf9189aacd50da3585ff80b (patch)
treec60986587e69250ac5cb6229f6698a531266bbff /usr.bin/mkimg/scheme.c
parenteb64cd58f53b03010e8dc24f025d328eb85c37a0 (diff)
downloadsrc-8adccff34f92d4c52cf9189aacd50da3585ff80b.tar.gz
src-8adccff34f92d4c52cf9189aacd50da3585ff80b.zip
Add the ntfs alias and support it with the MBR and GPT schemes
as DOSPTYP_NTFS and GPT_ENT_TYPE_MS_BASIC_DATA (resp).
Notes
Notes: svn path=/head/; revision=284883
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 336f953c8b6c..9bdf8a5a5463 100644
--- a/usr.bin/mkimg/scheme.c
+++ b/usr.bin/mkimg/scheme.c
@@ -59,6 +59,7 @@ static struct {
{ "freebsd-vinum", ALIAS_FREEBSD_VINUM },
{ "freebsd-zfs", ALIAS_FREEBSD_ZFS },
{ "mbr", ALIAS_MBR },
+ { "ntfs", ALIAS_NTFS },
{ NULL, ALIAS_NONE } /* Keep last! */
};