Stop connecting to googleguest at boot.

We should no longer try to connect to googleguest or another open network at boot time. First time users will need to connect via ethernet to log into the machine. Once a user has logged in for the first time they will be able to login without network connectivty. Also, Connman will automatically connect to any available networks that the user has connected to in the past. 

The long term solution for first time usage is to put the network picker in the login UI. 


Review URL: http://chromereview.prom.corp.google.com/1187008

git-svn-id: svn://chrome-svn/chromeos/trunk@191 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
rtc@google.com 2009-11-09 23:07:31 +00:00
parent 631ec89d36
commit 9ebf71a8ed

View File

@ -25,9 +25,9 @@ NUM_JOBS=`cat /proc/cpuinfo | grep processor | awk '{a++} END {print a}'`
PLATFORM_DIR="$SRC_ROOT/platform"
PLATFORM_DIRS="assets control_panel fake_hal init installer login_manager \
PLATFORM_DIRS="assets fake_hal init installer login_manager \
memento_softwareupdate pam_google window_manager \
control_panel cros chrome wifi screenlocker cryptohome \
cros chrome wifi screenlocker cryptohome \
monitor_reconfig"
THIRD_PARTY_DIR="$SRC_ROOT/third_party"