diff options
author | Roman Scherer <roman@burningswell.com> | 2024-10-03 14:13:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-14 14:08:43 +0200 |
commit | 886b410e6f641b473931d7269a9ddbf10a67937f (patch) | |
tree | 25f0b086415786e1d4c5470e335c947b2c47d0c7 /doc | |
parent | 727a72c5e26345257a5e6b83387d51b3b15cc542 (diff) | |
download | guix-886b410e6f641b473931d7269a9ddbf10a67937f.tar.gz |
image: Add support for btrfs.
* gnu/build/image.scm (make-btrfs-image): New variable. * gnu/system/image.scm (system-disk-image): Support btrfs. Change-Id: I80a5b52ec478ce5927d6208e324cbb70282c647a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 60af6cb9ce..0b7e67cbe2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -48340,7 +48340,7 @@ there is no offset applied. The partition file system as a string, defaulting to @code{"ext4"}. The supported values are @code{"vfat"}, @code{"fat16"}, @code{"fat32"}, -and @code{"ext4"}. +@code{"btrfs"}, and @code{"ext4"}. @code{"vfat"}, @code{"fat16"}, and @code{"fat32"} partitions without the @code{'esp} flag are by default LBA compatible. |