all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58238] [PATCH] make e2fsprogs visible
@ 2022-10-01 23:09 Adam Kandur
  2022-10-14 22:31 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur @ 2022-10-01 23:09 UTC (permalink / raw)
  To: 58238; +Cc: Adam Kandur

---
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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#58238] [PATCH] make e2fsprogs visible
  2022-10-01 23:09 [bug#58238] [PATCH] make e2fsprogs visible Adam Kandur
@ 2022-10-14 22:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-10-14 22:31 UTC (permalink / raw)
  To: Adam Kandur; +Cc: 58238

Hi,

Adam Kandur <kefironpremise@gmail.com> skribis:

> 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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-14 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01 23:09 [bug#58238] [PATCH] make e2fsprogs visible Adam Kandur
2022-10-14 22:31 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.