diff mbox series

[bug#59661,v2,3/3] system: Add e2fsprogs to %base-packages-utils.

Message ID 20221204044347.23147-3-maxim.cournoyer@gmail.com
State New
Headers show
Series [bug#59661,v2,1/3] system: Rename and move %base-packages-disk-utilities. | expand

Commit Message

Maxim Cournoyer Dec. 4, 2022, 4:43 a.m. UTC
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(+)

Comments

Ludovic Courtès Dec. 4, 2022, 4:36 p.m. UTC | #1
Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> 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.

LGTM!
diff mbox series

Patch

diff --git a/gnu/system.scm b/gnu/system.scm
index 1c119c31b6..62c8e0c2b6 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -856,6 +856,8 @@  (define %base-packages-utils
  (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