aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2021-08-27 15:09:13 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2021-09-21 21:00:27 +0200
commitd65f851365f77bdaef5377614375727c73c7ae2d (patch)
treebdd4fbae85321749297702144406ad1fc5aa1ba1 /doc
parent1e2a8eabede47cd7853289595e710638c38cb64b (diff)
downloadguix-d65f851365f77bdaef5377614375727c73c7ae2d.tar.gz
guix-d65f851365f77bdaef5377614375727c73c7ae2d.zip
gnu: Add trytond-analytic-purchase.
* gnu/packages/tryton.scm (trytond-analytic-purchase): New variable.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
ux-configuration-file): Likewise. * gnu/system/file-systems.scm (btrfs-subvolume?) (btrfs-store-subvolume-file-name): New procedures. * gnu/system.scm (operating-system-bootcfg): Specify the Btrfs subvolume file name the store resides on to the `operating-system-bootcfg' procedure, using the new BTRFS-SUBVOLUME-FILE-NAME argument. * doc/guix.texi (File Systems): Add a Btrfs subsection to document the use of subvolumes. * gnu/tests/install.scm (%btrfs-root-on-subvolume-os) (%btrfs-root-on-subvolume-os-source) (%btrfs-root-on-subvolume-installation-script) (%test-btrfs-root-on-subvolume-os): New variables. Maxim Cournoyer 2020-05-20file-systems: Add helpers for parsing the options string into an alist....* gnu/system/file-systems.scm (file-system-options->alist) (alist->file-system-options): New procedures. * tests/file-systems.scm: New tests. * doc/guix.texi (File Systems): Add note about the newly added procedures. Maxim Cournoyer