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

Unified Diff: src/platform/init/chromeos_startup

Issue 552056: Move set of bootstrap /dev devices to /lib/chromiumos/devices. (Closed)
Patch Set: Created 10 years, 11 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 | « src/package_scripts/package.whitelist ('k') | src/scripts/customize_rootfs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/init/chromeos_startup
diff --git a/src/platform/init/chromeos_startup b/src/platform/init/chromeos_startup
index b020a5e8b30741120dbf19198fc790206b27d181..8e8b7801e5ef9a61fc014d979128af8c94ab0c1f 100755
--- a/src/platform/init/chromeos_startup
+++ b/src/platform/init/chromeos_startup
@@ -23,8 +23,8 @@ PRE_DISK_STAT=$(cat /sys/block/sda/stat)
echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink
# Since we defer udev until later in the boot process, we pre-populate /dev
-# with the set of devices needed for X to run.
-cp -a -f /lib/udev/devices/* /dev
+# with the set of devices needed for X and other early services to run.
+cp -a -f /lib/chromiumos/devices/* /dev
# Splash screen!
if [ -x /usr/bin/ply-image ]
« no previous file with comments | « src/package_scripts/package.whitelist ('k') | src/scripts/customize_rootfs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698