mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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
ed845e8250
commit
bb689fda92
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue