[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28696] [PATCH 0/5] Support UUIDs for the EFI System Partition (FAT)
From: |
Ludovic Courtès |
Subject: |
[bug#28696] [PATCH 0/5] Support UUIDs for the EFI System Partition (FAT) |
Date: |
Wed, 11 Oct 2017 21:49:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi Roel,
Roel Janssen <address@hidden> 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’.