Required. The commit to use as the basis for the comparison.
Required. The commit to compare against the base commit.
Language

News entries

Commit: a9a2fdaabcc78e7a54d9a6bcfa4ee3de308e9a90

LanguageTitleBody
Newen

Logical Volume Manager (LVM) now supported on Guix System

On Guix System, the new lvm-device-mapping variable allows you to declare ``mapped devices'' for LVM, the Linux Logical Volume Manager. For example, LVM logical volumes ``alpha'' and ``beta'' from volume group ``vg0'' can be declared as follows:

(mapped-device
  (source "vg0")
  (target (list "vg0-alpha" "vg0-beta"))
  (type lvm-device-mapping))

See info "(guix) Mapped Devices" for more information.

New packages

No new packages

Removed packages

No removed packages

Version changes

NameVersions
guile2.0-bytestructures
guile-bytestructures
guile3.0-bytestructures
guile2.2-bytestructures

Lint warnings

No lint warning changes