28 lines
878 B
Diff
28 lines
878 B
Diff
From dfbfd33b24524c0c10ad3594be143192f5b7da84 Mon Sep 17 00:00:00 2001
|
|
From: Andre Russ <andre.russ@sap.com>
|
|
Date: Tue, 24 Aug 2021 21:38:41 +0000
|
|
Subject: [PATCH] fix(base): tr needs to be installed
|
|
|
|
Reference:https://github.com/dracutdevs/dracut/commit/dfbfd33b24524c0c10ad3594be143192f5b7da84
|
|
Conflict:NA
|
|
---
|
|
modules.d/99base/module-setup.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh
|
|
index cb445c34..10a44d91 100755
|
|
--- a/modules.d/99base/module-setup.sh
|
|
+++ b/modules.d/99base/module-setup.sh
|
|
@@ -15,7 +15,7 @@ depends() {
|
|
install() {
|
|
inst_multiple mount mknod mkdir sleep chroot chown \
|
|
sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid \
|
|
- modprobe chmod
|
|
+ modprobe chmod tr
|
|
|
|
inst_multiple -o findmnt less kmod
|
|
|
|
--
|
|
2.27.0
|
|
|