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 @@ (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