CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/08 10:41:25
Modified files:
sys/kern : subr_disk.c
sys/sys : disklabel.h
Log message:
Spoof GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a.
"IdontNeedEFI", a.k.a. "BIOS boot") as FS_BOOT. Often used to contain the second
stage boot loader binary on disk images.
Makes it easier to recognize/overwrite/remove the contents.
Not yet supported in fdisk(8).
Example image provided by mlarkin@
