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

Unified Diff: src/scripts/mod_for_test_scripts/350addTestAuthKeys

Issue 845007: Change mod_for_test_script to make it work with arm os image. (Closed)
Patch Set: patch 6. Created 10 years, 9 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
Index: src/scripts/mod_for_test_scripts/350addTestAuthKeys
diff --git a/src/scripts/mod_for_test_scripts/350addTestAuthKeys b/src/scripts/mod_for_test_scripts/350addTestAuthKeys
index 13e30d122b3733ab74268379d5a61647982ea2a9..cc3967db22642005aaec2f838125c2aceb0d9464 100755
--- a/src/scripts/mod_for_test_scripts/350addTestAuthKeys
+++ b/src/scripts/mod_for_test_scripts/350addTestAuthKeys
@@ -9,8 +9,8 @@
echo "Copying public keys"
-KEYS_DIR=ssh_keys
-ROOT_AUTHKEYS=/root/.ssh/authorized_keys
-
-mkdir -p /root/.ssh
+KEYS_DIR=${GCLIENT_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys
+mkdir -p ${ROOT_FS_DIR}/root/.ssh
+ROOT_AUTHKEYS=${ROOT_FS_DIR}/root/.ssh/authorized_keys
cat ${KEYS_DIR}/*.pub >> ${ROOT_AUTHKEYS}
+
« no previous file with comments | « src/scripts/mod_for_test_scripts/300changePassword ('k') | src/scripts/mod_for_test_scripts/700enableAutoxLogin » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698