mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
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. |
||
|---|---|---|
| .. | ||
| g_part.c | ||
| g_part.h | ||
| g_part_apm.c | ||
| g_part_bsd.c | ||
| g_part_bsd64.c | ||
| g_part_ebr.c | ||
| g_part_gpt.c | ||
| g_part_if.m | ||
| g_part_ldm.c | ||
| g_part_mbr.c | ||
| g_part_pc98.c | ||
| g_part_vtoc8.c | ||