projects
/
platform
/
core
/
system
/
initrd-recovery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d544ab3
)
init: Set PATH to sane value
45/155545/1
author
Karol Lewandowski
<k.lewandowsk@samsung.com>
Fri, 13 Oct 2017 12:42:11 +0000
(14:42 +0200)
committer
Karol Lewandowski
<k.lewandowsk@samsung.com>
Fri, 13 Oct 2017 12:43:52 +0000
(14:43 +0200)
Change-Id: I0598f285fac401d685e83700b420ba607b313731
src/initrd-recovery/init
patch
|
blob
|
history
diff --git
a/src/initrd-recovery/init
b/src/initrd-recovery/init
index 387e265b84152a782596ec62f9e716b09b4f766b..d696d3fe516c04cde6d76b525b3700aaa4f45616 100755
(executable)
--- a/
src/initrd-recovery/init
+++ b/
src/initrd-recovery/init
@@
-1,5
+1,7
@@
#!/bin/sh
+export PATH=/usr/bin:/bin:/usr/sbin:/sbin
+
FAKE_ROOT=/system
FAKE_ROOT_RO=/system-ro