| 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 ]
|
|
|