news: Add entry for Btrfs subvolume boot support.

* etc/news.scm: Add entry.
This commit is contained in:
Maxim Cournoyer 2020-05-20 08:25:31 -04:00
parent b460ba7992
commit 489699c456
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 15 additions and 0 deletions

View File

@ -11,6 +11,21 @@
(channel-news
(version 0)
(entry (commit "b460ba7992a0b4af2ddb5927dcf062784539ef7b")
(title (en "Add support to boot from a Btrfs subvolume")
(fr "Ajout du support pour démarrer depuis un sous-volume Btrfs"))
(body
(en "The generation of the GRUB configuration file produced from an
operating system declaration now takes into account the use of a Btrfs
subvolume for the partition holding @file{/gnu/store}. Run the command
@command{info \"(guix) Btrfs file system\"} for more information and
examples."
(fr "La génération du fichier de configuration de GRUB produite à
partir de la déclaration d'un @code{operating-system} tient maintenant compte
de l'utilisation d'un sous-volume Btrfs pour la partition contenant
@file{/gnu/store}. Exécutez la commande @command{info\"(guix) Btrfs file
system\"} pour des exemples et plus d'information.")))
(entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e")
(title (en "@command{guix pack -RR} introduces a new execution
engine")