Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1194)

Unified Diff: mod_image_for_test.sh

Issue 6458007: Remove no-op oobe_completed touch (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: remove no-op touch of oobe_completed Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_image_for_test.sh
diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh
index 5b93d245c4864e9d4b1ff98f98265a90db7609cb..cb6206a588f54d46b4307c8ecfe69fcd48dd748c 100755
--- a/mod_image_for_test.sh
+++ b/mod_image_for_test.sh
@@ -190,7 +190,6 @@ IMAGE_DIR=$(dirname "$FLAGS_image")
IMAGE_NAME="$(basename "$FLAGS_image")"
ROOT_FS_DIR="$IMAGE_DIR/rootfs"
STATEFUL_DIR="$IMAGE_DIR/stateful_partition"
-DEV_USER="chronos"
trap cleanup EXIT
@@ -216,9 +215,6 @@ http:\/\/${FACTORY_SERVER}:8080\/update/" \
else
emerge_chromeos_test
- # Mark "OOBE completed" flag so that OEM partition is not mounted on startup.
- sudo touch "${ROOT_FS_DIR}/home/${DEV_USER}/.oobe_completed"
-
MOD_TEST_ROOT="${GCLIENT_ROOT}/src/scripts/mod_for_test_scripts"
# Run test setup script to modify the image
sudo GCLIENT_ROOT="${GCLIENT_ROOT}" ROOT_FS_DIR="${ROOT_FS_DIR}" \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698