mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
Revert "This change removes the autotest mount-specific change from the mod_for_test scripts as we no longer need executable /tmp or /home for autotest."
This reverts commit 4092ff565115029559935d2d371ab6477a45ddd7. TBR=fes Change-Id: I9baa8836fce86963af97a618d75aeb90325fbc42
This commit is contained in:
parent
4092ff5651
commit
3866923b00
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