Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: chromeos_shutdown

Issue 6542043: Remove /mnt/partner_partition (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/init.git@master
Patch Set: rebase Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos_startup » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chromeos_startup » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698