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

Unified Diff: chromeos-base/chromeos-init/chromeos-init-9999.ebuild

Issue 3443024: Improve factory screen brightness (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git
Patch Set: Add comments and reorder lines Created 10 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos-base/chromeos-init/chromeos-init-9999.ebuild
diff --git a/chromeos-base/chromeos-init/chromeos-init-9999.ebuild b/chromeos-base/chromeos-init/chromeos-init-9999.ebuild
index 8c869f4ef95d491eb2ff37009958158ca6cce80c..5034f889451e7bc81ec99034b2550a8d1e2cd1b9 100644
--- a/chromeos-base/chromeos-init/chromeos-init-9999.ebuild
+++ b/chromeos-base/chromeos-init/chromeos-init-9999.ebuild
@@ -63,6 +63,10 @@ src_install() {
exeinto /etc/cron.daily
doexe "${S}/cleanup-logs.daily"
+ # Install lightup_screen
+ into /usr
+ dosbin "${S}/lightup_screen"
+
# Preseed /lib/chromiumos/devices which is by chromeos_startup to
# populate /dev with enough devices to be able to do early init and
# start the X server.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698