X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fpb-console;h=b1c8003ef841d155b81051a9dc091beec83ff7d0;hb=c12cebabba5c4647f558ef40f8cbc8c6a204593e;hp=81be2183ca8c2e1f4bef273c0ecbfbda4fc16d62;hpb=d28c07b5e23237a97387435e157e248e19128598;p=petitboot diff --git a/utils/pb-console b/utils/pb-console index 81be218..b1c8003 100644 --- a/utils/pb-console +++ b/utils/pb-console @@ -87,6 +87,14 @@ then fi fi +for f in /etc/environment /etc/locale +do + if [ -e "$f" ] + then + export $(cat "$f") + fi +done + while : do $ui