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: make rebooting after flashing the default choice
pull/36/head
Martin Kepplinger
6 years ago
parent
22d553922e
commit
ea2c88754f
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
x230/x230_heads.sh
+2
-2
x230/x230_skulls.sh
+ 2
- 2
x230/x230_heads.sh
View File
@ -117,10 +117,10 @@ while true; do
esac
done
while
true
;
do
read
-r -p
"Reboot now? (please do!)
y/N
: "
yn
read
-r -p
"Reboot now? (please do!)
Y/n
: "
yn
case
$yn
in
[
Yy
]
*
)
reboot
;
;
[
Nn
]
*
)
exit
;
;
*
)
exi
t
;
;
*
)
reboo
t
;
;
esac
done
+ 2
- 2
x230/x230_skulls.sh
View File
@ -115,10 +115,10 @@ while true; do
esac
done
while
true
;
do
read
-r -p
"Reboot now? (please do!)
y/N
: "
yn
read
-r -p
"Reboot now? (please do!)
Y/n
: "
yn
case
$yn
in
[
Yy
]
*
)
reboot
;
;
[
Nn
]
*
)
exit
;
;
*
)
exi
t
;
;
*
)
reboo
t
;
;
esac
done
Write
Preview
Loading…
Cancel
Save