[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#58238] [PATCH] make e2fsprogs visible
From: |
Adam Kandur |
Subject: |
[bug#58238] [PATCH] make e2fsprogs visible |
Date: |
Sun, 2 Oct 2022 02:09:17 +0300 |
---
Can I ask to add e2fsprogs to %base-packages? Because there is no
e2fsprogs, there are no commands like mkfs.ext2 or mkfs.ext4 in
the user profile during the installation. Commands are in
/gnu/store/*e2fsprogs*/sbin/ and are usable. But it would be
more convenient to have them available in the user profile.
gnu/system.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index 66ca629..8e14ec3 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -913,7 +913,8 @@ (define %base-packages-disk-utilities
(define %base-packages
;; Default set of packages globally visible. It should include anything
;; required for basic administrator tasks.
- (append %base-packages-artwork
+ (append (list e2fsprogs)
+ %base-packages-artwork
%base-packages-interactive
%base-packages-linux
%base-packages-networking
--
2.37.3
- [bug#58238] [PATCH] make e2fsprogs visible,
Adam Kandur <=