| Index: src/platform/init/chromeos_shutdown
|
| diff --git a/src/platform/init/chromeos_shutdown b/src/platform/init/chromeos_shutdown
|
| index 8d6cf3a1dc53959608342aec8eb288aa6c287f57..58f5d4f24f12b6c26ac7e532f8ef900aaffc9197 100755
|
| --- a/src/platform/init/chromeos_shutdown
|
| +++ b/src/platform/init/chromeos_shutdown
|
| @@ -29,7 +29,7 @@ kill_with_open_files_on /mnt/stateful_partition /home/chronos
|
|
|
| # Unmount our stateful mount points. If any of these fail we do a best-effort
|
| # attempt to touch a /var/log file for future inspection.
|
| -/usr/sbin/umount.cryptohome
|
| +/usr/sbin/cryptohome --action=unmount
|
| if [ $? -ne 0 ] ; then
|
| mount > /var/log/shutdown_cryptohome_umount_failure
|
| fi
|
|
|