mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +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:
parent
e692cb6035
commit
43e18fd6c6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue