| Index: src/scripts/customize_rootfs.sh
|
| diff --git a/src/scripts/customize_rootfs.sh b/src/scripts/customize_rootfs.sh
|
| index 15dcaba0c7fd3703ec22e53abdef23aae43a8fd3..1014d9f86d0b6c8407d94576782d86e1feb3a1a4 100755
|
| --- a/src/scripts/customize_rootfs.sh
|
| +++ b/src/scripts/customize_rootfs.sh
|
| @@ -113,7 +113,7 @@ done
|
|
|
| # The udev daemon takes a long time to start up and settle so we defer it until
|
| # after X11 has been started. In order to be able to mount the root file system
|
| -# and start X we pre-propulate some devices. These are copied into /dev by the
|
| +# and start X we pre-populate some devices. These are copied into /dev by the
|
| # chromeos_startup script.
|
| UDEV_DEVICES=/lib/udev/devices
|
| mkdir "$UDEV_DEVICES"/dri
|
|
|