This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
x230: support running scripts from anywhere
change to working dir for the scripts that use util/.
pull/102/head
Martin Kepplinger
5 years ago
parent
64d8826400
commit
9a99381e3e
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
x230/external_install_bottom.sh
+2
-0
x230/x230_heads.sh
+2
-0
x230/x230_skulls.sh
+ 2
- 0
x230/external_install_bottom.sh
View File
@ -7,6 +7,8 @@ NC='\033[0m'
set
-e
cd
"
$(
dirname
"
$0
"
)
"
IFDTOOL_PATH
=
./util/ifdtool/ifdtool
ME_CLEANER_PATH
=
./util/me_cleaner/me_cleaner.py
have_chipname
=
0
+ 2
- 0
x230/x230_heads.sh
View File
@ -4,6 +4,8 @@
set
-e
cd
"
$(
dirname
"
$0
"
)
"
source
"util/functions.sh"
have_input_image
=
0
+ 2
- 0
x230/x230_skulls.sh
View File
@ -4,6 +4,8 @@
set
-e
cd
"
$(
dirname
"
$0
"
)
"
source
"util/functions.sh"
have_input_image
=
0
Write
Preview
Loading…
Cancel
Save