guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28377] [PATCH 02/10] file-systems: Add UUID type dictionaries.


From: Ludovic Courtès
Subject: [bug#28377] [PATCH 02/10] file-systems: Add UUID type dictionaries.
Date: Mon, 11 Sep 2017 18:04:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hi Danny,

Danny Milosavljevic <address@hidden> skribis:

>> +(define %uuid-parsers
>> +  (vhashq
>> +   ('dce 'ext2 'ext3 'ext4 'btrfs 'luks => string->dce-uuid)
>> +   ('iso9660 => string->iso9660-uuid)))
>
> No fat32?

Yes, because we don’t have a FAT32 parser currently, only a printer
(‘fat32-uuid->string’).

> Otherwise LGTM!

Thanks for reviewing this!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]