guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: system: Add e2fsprogs to %base-packages-utils.


From: guix-commits
Subject: 02/05: system: Add e2fsprogs to %base-packages-utils.
Date: Tue, 6 Dec 2022 04:27:19 -0500 (EST)

civodul pushed a commit to branch version-1.4.0
in repository guix.

commit 43e18fd6c66b311e7f8266e80d8d8e49fe4a11f0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 28 14:10:14 2022 -0500

    system: Add e2fsprogs to %base-packages-utils.
    
    Rationale: Even when not using an ext file system, the utilities provided by
    e2fsprogs are useful, for example to set the copy-on-write attribute of a
    Btrfs file system.
    
    * gnu/system.scm (%base-packages-utils): Add e2fsprogs.
---
 gnu/system.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index 3478afcec4..3891d5a467 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -858,6 +858,8 @@ of PROVENANCE-SERVICE-TYPE to its services."
  (cons* procps psmisc which
         (@ (gnu packages admin) shadow-with-man-pages) ;for 'passwd'
 
+        e2fsprogs                 ;for lsattr, chattr, etc.
+
         guile-3.0-latest
 
         ;; The packages below are also in %FINAL-INPUTS, so take them from



reply via email to

[Prev in Thread] Current Thread [Next in Thread]