diff options
author | ivoras <ivoras@FreeBSD.org> | 2009-06-13 00:27:03 +0000 |
---|---|---|
committer | ivoras <ivoras@FreeBSD.org> | 2009-06-13 00:27:03 +0000 |
commit | 79583448b47e888f628b66355bcedd14ac22ef39 (patch) | |
tree | c825b3f07dbd769fc6ebee9c09faa796ccc3c8fc /sys/conf/files | |
parent | b0bb75a321693ed722df0349f7fe300eb51db5e8 (diff) | |
download | FreeBSD-src-79583448b47e888f628b66355bcedd14ac22ef39.zip FreeBSD-src-79583448b47e888f628b66355bcedd14ac22ef39.tar.gz |
Add support for labels derived from GPT metadata.
Approved by: gnn (mentor)
Reviewed by: pjd
PR: 128398
Submitted by: Marius Nuennerich < marius at nuenneri.ch >
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 247eb07..fc7b52d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1852,6 +1852,7 @@ geom/label/g_label_msdosfs.c optional geom_label geom/label/g_label_ntfs.c optional geom_label geom/label/g_label_reiserfs.c optional geom_label geom/label/g_label_ufs.c optional geom_label +geom/label/g_label_gpt.c optional geom_label geom/linux_lvm/g_linux_lvm.c optional geom_linux_lvm geom/mirror/g_mirror.c optional geom_mirror geom/mirror/g_mirror_ctl.c optional geom_mirror |