Skip to content

Commit 955b6ca

Browse files
committed
add /etc to paths, needed for ldconfig regeneration
Signed-off-by: Zen <[email protected]>
1 parent f934dd7 commit 955b6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ugrd/base/base.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ modules = [ "ugrd.base.core",
88

99
binaries = [ "awk", "bc", "dd", "grep", "ls", "cp", "cat", "stty", "switch_root", "rm" ]
1010

11-
paths = [ "root", "tmp" ]
11+
paths = [ "etc", "root", "tmp" ]
1212

1313
loglevel = 5
1414
shebang_args = "-l"

0 commit comments

Comments
 (0)