aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/scheme.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-12-11 05:39:42 +0000
committerWarner Losh <imp@FreeBSD.org>2015-12-11 05:39:42 +0000
commit4224509a3603f498996d83dfd1bc085291fb93cf (patch)
tree729ac131ff9948a7183b0a0d9049a35620b8e4c2 /usr.bin/mkimg/scheme.c
parentefd240890090feaeb950faa5a671615d03acca09 (diff)
downloadsrc-4224509a3603f498996d83dfd1bc085291fb93cf.tar.gz
src-4224509a3603f498996d83dfd1bc085291fb93cf.zip
Add ppcboot FAT type. Needed to create a bootable powerpc image.
Differential Review: https://reviews.freebsd.org/D4407
Notes
Notes: svn path=/head/; revision=292082
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 1e648557e75d..6cd332f2a946 100644
--- a/usr.bin/mkimg/scheme.c
+++ b/usr.bin/mkimg/scheme.c
@@ -61,6 +61,7 @@ static struct {
{ "freebsd-zfs", ALIAS_FREEBSD_ZFS },
{ "mbr", ALIAS_MBR },
{ "ntfs", ALIAS_NTFS },
+ { "prepboot", ALIAS_PPCBOOT },
{ NULL, ALIAS_NONE } /* Keep last! */
};