mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
This uncomments a remount line in chromeos_startup that mounts /home as exec, allowing autotest to run.
Change-Id: I51df060627770d88c219501bc628e91229ac0d42 BUG=7286 TEST=Boot in mod_for_test, home is mounted exec Review URL: http://codereview.chromium.org/3529021
This commit is contained in:
parent
e1e306566a
commit
3a8f8eda47
9
mod_for_test_scripts/900mountHomeExec
Executable file
9
mod_for_test_scripts/900mountHomeExec
Executable file
@ -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
|
Loading…
x
Reference in New Issue
Block a user