CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/07/31 10:29:18
Modified files: sys/kern : subr_disk.c Log message: Don't use the GPT partition attribute 'Required' to decide if a partition should be spoofed. Turns out some vendors set that attribute on important partitions like the EFI System partition. Instead skip partitions whose gp_type map to FS_UNUSED or FS_OTHER. Adjustments to the gp_type <-> FS_* mappings will follow as needed. Problem noted by job@, ok kettenis@ jca@