diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-28 14:10:14 -0500 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-06 10:23:09 +0100 |
| commit | 43e18fd6c66b311e7f8266e80d8d8e49fe4a11f0 (patch) | |
| tree | 3ab3e47d811588afba6509f3bb62eed9dce9a659 /gnu | |
| parent | e692cb6035d29bd44b950d20c03200c4677ff1a2 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 3478afcec47..3891d5a4675 100644 --- a/gnu/system.scm +++ b/gnu/system.scm | |||
| @@ -858,6 +858,8 @@ of PROVENANCE-SERVICE-TYPE to its services." | |||
| 858 | (cons* procps psmisc which | 858 | (cons* procps psmisc which |
| 859 | (@ (gnu packages admin) shadow-with-man-pages) ;for 'passwd' | 859 | (@ (gnu packages admin) shadow-with-man-pages) ;for 'passwd' |
| 860 | 860 | ||
| 861 | e2fsprogs ;for lsattr, chattr, etc. | ||
| 862 | |||
| 861 | guile-3.0-latest | 863 | guile-3.0-latest |
| 862 | 864 | ||
| 863 | ;; The packages below are also in %FINAL-INPUTS, so take them from | 865 | ;; The packages below are also in %FINAL-INPUTS, so take them from |
