]> git.ozlabs.org Git - petitboot/blobdiff - utils/pb-console
discover: clear default_timeout waiter on timeout
[petitboot] / utils / pb-console
index 81be2183ca8c2e1f4bef273c0ecbfbda4fc16d62..b1c8003ef841d155b81051a9dc091beec83ff7d0 100644 (file)
@@ -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