1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

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.
This commit is contained in:
Maxim Cournoyer 2022-11-28 14:10:14 -05:00 committed by Ludovic Courtès
parent e692cb6035
commit 43e18fd6c6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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