projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f8211e8
)
utils/pb-console: reset after UI exit
author
Jeremy Kerr
<jk@ozlabs.org>
Fri, 25 Oct 2013 01:58:00 +0000
(09:58 +0800)
committer
Jeremy Kerr
<jk@ozlabs.org>
Thu, 14 Nov 2013 04:33:01 +0000
(15:33 +1100)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
utils/pb-console
patch
|
blob
|
history
diff --git
a/utils/pb-console
b/utils/pb-console
index b1c8003ef841d155b81051a9dc091beec83ff7d0..e3bc8af14047b5872d8ad7f680e1521f289bd9ca 100644
(file)
--- a/
utils/pb-console
+++ b/
utils/pb-console
@@
-98,6
+98,7
@@
done
while :
do
$ui
while :
do
$ui
+ reset
echo "Exiting petitboot. Type 'exit' to return."
$shell
done
echo "Exiting petitboot. Type 'exit' to return."
$shell
done