[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/17: system: Add xfsprogs to base packages.
From: |
guix-commits |
Subject: |
15/17: system: Add xfsprogs to base packages. |
Date: |
Thu, 23 Sep 2021 12:20:57 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9e0509f9af4c7ce24622285dff3d1967e65bce7d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 23 13:21:11 2021 +0200
system: Add xfsprogs to base packages.
This makes them available in the Guix System installer.
* gnu/system.scm (%base-packages-disk-utilities): Add xfsprogs.
---
gnu/system.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index 2b919d8..1765368 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -809,7 +809,8 @@ of PROVENANCE-SERVICE-TYPE to its services."
dosfstools
btrfs-progs
f2fs-tools
- jfsutils))
+ jfsutils
+ xfsprogs))
(define %base-packages
;; Default set of packages globally visible. It should include anything
- 11/17: uuid: Support XFS., (continued)
- 11/17: uuid: Support XFS., guix-commits, 2021/09/23
- 14/17: file-systems: Add support for XFS., guix-commits, 2021/09/23
- 17/17: tests: install: Test an XFS root file system., guix-commits, 2021/09/23
- 13/17: file-systems: Add file system to *-SUPERBLOCK-VOLUME-NAME docstrings., guix-commits, 2021/09/23
- 07/17: gnu: libinih: Build & install static libraries., guix-commits, 2021/09/23
- 02/17: file-systems: Support forced checks & repairs., guix-commits, 2021/09/23
- 08/17: gnu: xfsprogs: Build verbosely., guix-commits, 2021/09/23
- 06/17: linux-initrd: Include only the single ‘bcachefs’ binary., guix-commits, 2021/09/23
- 12/17: linux-initrd: Support XFS., guix-commits, 2021/09/23
- 10/17: gnu: Add xfs_repair-static., guix-commits, 2021/09/23
- 15/17: system: Add xfsprogs to base packages.,
guix-commits <=
- 16/17: installer: Support XFS., guix-commits, 2021/09/23