GNU bug report logs - #62827
[PATCH] image: Add partition type-uuid support.

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazew <at> gmail.com>

Date: Fri, 14 Apr 2023 06:54:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 62827-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Aleksandr Vityazev <avityazew <at> gmail.com>
Cc: 62827-done <at> debbugs.gnu.org
Subject: Re: [bug#62827] [PATCH] image: Add partition type-uuid support.
Date: Sat, 14 Oct 2023 22:04:53 +0200
Hello,

> -            (file-system (partition-file-system partition)))
> +            (file-system (partition-file-system partition))
> +            (type-uuid (partition-type-uuid partition)))
>          (cond
> +         (type-uuid (uuid->string type-uuid))
>           ((member 'esp flags) "0xEF")

This one was been opened for a while. There are no UUIDs on MBR so I
doubt this makes sense.

Closing,

Thanks,

Mathieu




This bug report was last modified 1 year and 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.