[PATCH] make e2fsprogs visible

  • Done
  • quality assurance status badge
Details
4 participants
  • Adam Kandur
  • Ludovic Courtès
  • Christopher Baines
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Adam Kandur
Severity
normal
Merged with

Debbugs page

A
A
Adam Kandur wrote on 1 Oct 2022 16:09
(address . guix-patches@gnu.org)(name . Adam Kandur)(address . kefironpremise@gmail.com)
20221001230917.2150-1-kefironpremise@gmail.com
---
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(-)

Toggle diff (16 lines)
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
L
L
Ludovic Courtès wrote on 14 Oct 2022 15:31
(name . Adam Kandur)(address . kefironpremise@gmail.com)(address . 58238@debbugs.gnu.org)
87fsfqjav5.fsf@gnu.org
Hi,

Adam Kandur <kefironpremise@gmail.com> skribis:

Toggle quote (6 lines)
> 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.

Commit 45eac6cdf5c8d9d7b0c564b105c790d2d2007799 removed e2fsprogs from
‘%base-packages’. Instead, e2fsprogs is added to
/run/current-system/profile if and only if an ext2/ext3/ext4 file system
is listed in the ‘file-systems’ field.

Could it be that your OS config doesn’t have any of these?

Thanks,
Ludo’.
C
C
Christopher Baines wrote on 3 Nov 2022 08:45
tag 58238 moreinfo
(address . control@debbugs.gnu.org)
87sfj02g9o.fsf@cbaines.net
tags 58238 + moreinfo
quit
M
M
Maxim Cournoyer wrote on 5 Dec 2022 08:32
control message for bug #58238
(address . control@debbugs.gnu.org)
87h6y96ccb.fsf@gmail.com
merge 58238 59661
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58238@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58238
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch