projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
test/parser: Add new test cases to pxe parser
[petitboot]
/
utils
/
pb-console
diff --git
a/utils/pb-console
b/utils/pb-console
index 81be2183ca8c2e1f4bef273c0ecbfbda4fc16d62..b1c8003ef841d155b81051a9dc091beec83ff7d0 100644
(file)
--- a/
utils/pb-console
+++ b/
utils/pb-console
@@
-87,6
+87,14
@@
then
fi
fi
fi
fi
+for f in /etc/environment /etc/locale
+do
+ if [ -e "$f" ]
+ then
+ export $(cat "$f")
+ fi
+done
+
while :
do
$ui
while :
do
$ui