26 lines
756 B
Diff
26 lines
756 B
Diff
From 93baf525a669c8626b1391f9660c08f452f65159 Mon Sep 17 00:00:00 2001
|
|
From: yueyuankun <yueyuankun@kylinos.cn>
|
|
Date: Fri, 26 Apr 2024 15:17:56 +0800
|
|
Subject: [PATCH] fix(base): install chmod binaries
|
|
|
|
---
|
|
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 a31f940..db8902c 100755
|
|
--- a/modules.d/99base/module-setup.sh
|
|
+++ b/modules.d/99base/module-setup.sh
|
|
@@ -17,7 +17,7 @@ install() {
|
|
|
|
inst_multiple mount mknod mkdir sleep chroot chown \
|
|
sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid \
|
|
- modprobe tr
|
|
+ modprobe tr chmod
|
|
|
|
inst_multiple -o findmnt less kmod
|
|
|
|
--
|
|
2.33.0
|
|
|