Edit

IABSD.fr/src/sbin/fdisk

Branch :

  • Show log

    Commit

  • Author : krw
    Date : 2025-07-31 13:37:06
    Hash : 0ac48b73
    Message : Allow creation/recovery of GPT partitions with arbitrary types. Do this by treating uuid_s_bad_version as just an advisory from uuid_from_string() that the uuid created from the provided string has a version unknown to uuid_from_string(). Note in passing that uuid_create() always succeeds so no need to provide/check a status variable. ok kettenis@ jca@