mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
Adds script to mod image for test to enable new login manager on test images
Review URL: http://codereview.chromium.org/555039
This commit is contained in:
parent
9ee75d90a3
commit
73de2358c0
9
mod_for_test_scripts/700enableNewLoginManager
Executable file
9
mod_for_test_scripts/700enableNewLoginManager
Executable file
@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2010 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.
|
||||
#
|
||||
# Modifies upstart for login manager to use new login manager
|
||||
|
||||
sed -i 's?^#exec /sbin/session_manager_setup.sh?exec /sbin/session_manager_setup.sh?' /etc/init/ui.conf 2> /dev/null
|
||||
sed -i 's?^expect fork?#expect fork?' /etc/init/ui.conf 2> /dev/null
|
||||
sed -i 's?^exec /usr/bin/slim -d?#exec /usr/bin/slim -d?' /etc/init/ui.conf 2> /dev/null
|
Loading…
x
Reference in New Issue
Block a user