[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59661] [PATCH 2/3] install: Add missing e2fsprogs utility.
From: |
Maxim Cournoyer |
Subject: |
[bug#59661] [PATCH 2/3] install: Add missing e2fsprogs utility. |
Date: |
Mon, 28 Nov 2022 15:01:44 -0500 |
* gnu/system/install.scm (%installer-disk-utilities): Add e2fsprogs.
---
gnu/system/install.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index d34d974338..f6f1923121 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -471,6 +471,7 @@ (define %installer-disk-utilities
cryptsetup mdadm
dosfstools
btrfs-progs
+ e2fsprogs
f2fs-tools
jfsutils
xfsprogs))
--
2.38.1