guix-patches
[Top][All Lists]
Advanced

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

[bug#37305] Allow booting from a Btrfs subvolume [review part 2]


From: Maxim Cournoyer
Subject: [bug#37305] Allow booting from a Btrfs subvolume [review part 2]
Date: Sun, 17 May 2020 12:16:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello Pierre!

Pierre Neidhardt <address@hidden> writes:

> Hi Maxim!
>
> address@hidden writes:
>
>> +@lisp
>> +(file-system
>> +  (device (file-system-label "btrfs-pool-1"))
>> +  (mount-point "/gnu/store")
>> +  (type "btrfs")
>> +  (options "subvol=root-snapshots/root-current/guix-store"
>> +  ("compress" . "zstd")))
>> +@end lisp
>
>
> Is this ("compress" . "zstd") intentional?  It does not match the first 
> example.

Good catch! This pair syntax was removed, based on feedback from
previous reviews. It can still be used with the helper procedures, but
not directly like that. It should be fixed in the patch series I just
sent in the previous email.

Thank you,

Maxim





reply via email to

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