unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Roel Janssen <roel@gnu.org>
Cc: 28696@debbugs.gnu.org
Subject: [bug#28696] [PATCH 0/5] Support UUIDs for the EFI System Partition (FAT)
Date: Wed, 11 Oct 2017 21:49:08 +0200	[thread overview]
Message-ID: <87r2u9a2iz.fsf@gnu.org> (raw)
In-Reply-To: <87fuas9h5s.fsf@gnu.org> (Roel Janssen's message of "Mon, 09 Oct 2017 22:54:04 +0200")

Hi Roel,

Roel Janssen <roel@gnu.org> skribis:

> Sorry for the delay.  It's really awesome that you've work so hard to
> fix the issue I reported.  I really appreciate it!
>
> I tried it with:
>   (file-system
>     (title 'uuid)
>     (device (uuid "72E5-26A0" 'fat))
>     (mount-point "/boot/efi")
>     (type "vfat"))
>
> And it works.  These changes look good to me.

Awesome, thanks for testing!

Most likely you can also do:

               (device "EFI")
               (title 'label)

though I wouldn’t recommend that because if there’s, say, a bootable
UEFI dongle plugged in when you boot, you could end up mounting that one
instead of your actual hard disk.

Ludo’.

  reply	other threads:[~2017-10-11 19:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04  7:24 [bug#28696] [PATCH 0/5] Support UUIDs for the EFI System Partition (FAT) Ludovic Courtès
2017-10-04  7:25 ` [bug#28696] [PATCH 1/5] file-systems: 'mount-file-system' now takes a <file-system> object Ludovic Courtès
2017-10-04  7:25   ` [bug#28696] [PATCH 2/5] file-systems: Preserve UUID types when serializing Ludovic Courtès
2017-10-04  7:25   ` [bug#28696] [PATCH 3/5] file-systems: Add support for FAT16 Ludovic Courtès
2017-10-04  7:25   ` [bug#28696] [PATCH 4/5] uuid: Change "fat32" to "fat" Ludovic Courtès
2017-10-04  7:25   ` [bug#28696] [PATCH 5/5] doc: Give an example with a FAT UUID Ludovic Courtès
2017-10-09 20:54 ` [bug#28696] [PATCH 0/5] Support UUIDs for the EFI System Partition (FAT) Roel Janssen
2017-10-11 19:49   ` Ludovic Courtès [this message]
2017-10-11  9:13 ` bug#28696: " Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87r2u9a2iz.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=28696@debbugs.gnu.org \
    --cc=roel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).