From 9ebf71a8eda836dd386c296c9ca31278ce5fb8e7 Mon Sep 17 00:00:00 2001 From: "rtc@google.com" Date: Mon, 9 Nov 2009 23:07:31 +0000 Subject: [PATCH] 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 --- build_platform_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_platform_packages.sh b/build_platform_packages.sh index 8fc6b41f55..c09db0ff82 100755 --- a/build_platform_packages.sh +++ b/build_platform_packages.sh @@ -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"