git: gpt(8): Use DragonFly's own UUIDs for 'swap' and 'ufs' type aliases

Aaron LI aly at crater.dragonflybsd.org
Wed Feb 18 06:32:37 PST 2026


commit fdcf3324d18b2cc5f40a64de9d18185a2e441569
Author: Aaron LI <aly at aaronly.me>
Date:   Mon May 12 12:51:49 2025 +0800

    gpt(8): Use DragonFly's own UUIDs for 'swap' and 'ufs' type aliases
    
    Don't reuse/share the FreeBSD's UUIDs for the 'swap' and 'ufs' type
    aliases; instead, use the DragonFly's own ones, which are already
    defined in <sys/gpt.h> and "/etc/defaults/uuids".
    
    This affects only the "add" command and shouldn't cause any troubles.

Summary of changes:
 sbin/gpt/gpt.8 | 6 ++++--
 sbin/gpt/gpt.c | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fdcf3324d18b2cc5f40a64de9d18185a2e441569


-- 
DragonFly BSD source repository


More information about the Commits mailing list