Index: mod_for_test_scripts/900mountHomeExec |
diff --git a/mod_for_test_scripts/900mountHomeExec b/mod_for_test_scripts/900mountHomeExec |
new file mode 100755 |
index 0000000000000000000000000000000000000000..bc609673b8c9ca82cdf45ed07873cee593edcdea |
--- /dev/null |
+++ b/mod_for_test_scripts/900mountHomeExec |
@@ -0,0 +1,9 @@ |
+#!/bin/bash |
+ |
+# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+# Create a marker file indicating that we are in mod_for_test |
+echo "Setting /home to be mounted exec" |
+sed -i -e 's/#mod_for_test#//g' ${ROOT_FS_DIR}/sbin/chromeos_startup |
Will Drewry
2010/10/08 18:40:06
fine as is but you can trim the trailing space too
|