index
:
init
master
Init scripts for Carbs Linux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
rc.boot
5
1 files changed, 2 insertions, 3 deletions
diff --git a/rc.boot b/rc.boot
index ce6f10b..cd90881 100755
--- a/
rc.boot
+++ b/
rc.boot
@@ -15,9 +15,8 @@ mnt() {
mount "$@" "$mnt"
}
-PATH=/usr/bin:/usr/local/bin
-
-set -f
+# Manually set path
+PATH=$PATH:/usr/bin:/usr/local/bin
welcome