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: remove temporary output directory after flashing
pull/102/head
Martin Kepplinger
5 years ago
parent
2d39c3ab11
commit
81659c7371
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
x230/x230_heads.sh
+3
-0
x230/x230_skulls.sh
+ 3
- 0
x230/x230_heads.sh
View File
@ -118,6 +118,9 @@ while true; do
*
)
exit
;
;
esac
done
rm -rf
${
OUTPUT_PATH
}
while
true
;
do
read
-r -p
"Reboot now? (please do!) Y/n: "
yn
case
$yn
in
+ 3
- 0
x230/x230_skulls.sh
View File
@ -206,6 +206,9 @@ while true; do
*
)
exit
;
;
esac
done
rm -rf
${
OUTPUT_PATH
}
while
true
;
do
read
-r -p
"Reboot now? (please do!) Y/n: "
yn
case
$yn
in
Write
Preview
Loading…
Cancel
Save