| Index: chromeos_shutdown
|
| diff --git a/chromeos_shutdown b/chromeos_shutdown
|
| index cef745a2cd5e5223ee93c1d0bc52bd2af2d7f2d0..58f5d4f24f12b6c26ac7e532f8ef900aaffc9197 100755
|
| --- a/chromeos_shutdown
|
| +++ b/chromeos_shutdown
|
| @@ -54,9 +54,6 @@ if [ $? -ne 0 ] ; then
|
| mount > /mnt/stateful_partition/var/log/shutdown_stateful_umount_failure
|
| mount > /var/log/shutdown_stateful_umount_failure
|
| fi
|
| -if [ -d /mnt/partner_partition/lost+found ]; then
|
| - umount -n /mnt/partner_partition
|
| -fi
|
|
|
| # Just in case something didn't unmount properly above.
|
| sync
|
|
|