all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <othacehe@gnu.org>
To: Aleksandr Vityazev <avityazew@gmail.com>
Cc: 62827-done@debbugs.gnu.org
Subject: bug#62827: [PATCH] image: Add partition type-uuid support.
Date: Sat, 14 Oct 2023 22:04:53 +0200	[thread overview]
Message-ID: <87o7h1j7h6.fsf@gnu.org> (raw)
In-Reply-To: <87pm87j6p1.fsf@gmail.com> (Aleksandr Vityazev's message of "Fri,  14 Apr 2023 09:53:14 +0300")


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




      parent reply	other threads:[~2023-10-14 20:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14  6:53 [bug#62827] [PATCH] image: Add partition type-uuid support Aleksandr Vityazev
2023-05-13  8:06 ` Josselin Poiret via Guix-patches via
2023-10-14 20:04 ` Mathieu Othacehe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7h1j7h6.fsf@gnu.org \
    --to=othacehe@gnu.org \
    --cc=62827-done@debbugs.gnu.org \
    --cc=avityazew@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.