freebsd-dev/sys/geom/part
Nathan Whitehorn 1ee0f08975 After EFI support was added to the installer, it needed to allow boot
partitions of types other than "freebsd-boot" (in particular, "efi").
This allows the removal of some nasty hacks for supporting PowerPC systems,
in particular aliasing freebsd-boot to apple-boot on APM and an IBM-specific
code on MBR.

This changes the installer to use the correct names, which also breaks a
degeneracy in the meaning of "freebsd-boot" that allows the addition
of support for some newer IBM systems that can boot from GPT in addition to
MBR. Since I have no idea how to detect which those systems are, leave
the default on IBM PPC systems as MBR for now.
2014-07-04 15:55:32 +00:00
..
g_part_apm.c After EFI support was added to the installer, it needed to allow boot 2014-07-04 15:55:32 +00:00
g_part_bsd64.c Add disklabel64 support to GEOM_PART class. 2014-06-11 10:42:34 +00:00
g_part_bsd.c Add aliases for DragonFlyBSD's partition types. 2014-06-11 10:19:11 +00:00
g_part_ebr.c For schemes that do an automatic partition aligning move this code to 2014-05-04 10:14:25 +00:00
g_part_gpt.c After EFI support was added to the installer, it needed to allow boot 2014-07-04 15:55:32 +00:00
g_part_if.m Reimplemented "gpart destroy -F". Now it does all work in kernel. 2010-10-25 16:23:35 +00:00
g_part_ldm.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
g_part_mbr.c After EFI support was added to the installer, it needed to allow boot 2014-07-04 15:55:32 +00:00
g_part_pc98.c Use g_conf_printf_escaped() to escape symbols, which can break 2014-05-30 10:35:51 +00:00
g_part_vtoc8.c It is safe to allow shrinking, when aligned size is bigger than current. 2014-05-07 11:18:27 +00:00
g_part.c After EFI support was added to the installer, it needed to allow boot 2014-07-04 15:55:32 +00:00
g_part.h After EFI support was added to the installer, it needed to allow boot 2014-07-04 15:55:32 +00:00