| Index: src/scripts/customize_rootfs.sh
|
| diff --git a/src/scripts/customize_rootfs.sh b/src/scripts/customize_rootfs.sh
|
| index 554bbb659f88272387c3b67e16aef74d1b1314cd..5f165b75f23d74dd43169b7c146e942d98a72614 100755
|
| --- a/src/scripts/customize_rootfs.sh
|
| +++ b/src/scripts/customize_rootfs.sh
|
| @@ -148,7 +148,7 @@ sudo rm -rf "$TMP_STATIC"
|
| # Fix issue where alsa-base (dependency of alsa-utils) is messing up our sound
|
| # drivers. The stock modprobe settings worked fine.
|
| # TODO: Revisit when we have decided on how sound will work on chromeos.
|
| -sudo rm "${ROOT_FS_DIR}/etc/modprobe.d/alsa-base.conf"
|
| +! sudo rm "${ROOT_FS_DIR}/etc/modprobe.d/alsa-base.conf"
|
|
|
| # Remove unneeded fonts.
|
| sudo rm -rf "${ROOT_FS_DIR}/usr/share/fonts/X11"
|
|
|