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

Unified Diff: chromeos_startup

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 | « chromeos_shutdown ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos_startup
diff --git a/chromeos_startup b/chromeos_startup
index 2c1da0539aa8446c85bf9b7861274eebd5385b94..3c448b4033b8b8a272241b66991dd9ce669ec8cc 100755
--- a/chromeos_startup
+++ b/chromeos_startup
@@ -226,12 +226,7 @@ echo 2 > /proc/sys/fs/suid_dumpable
# NOTE: ensure that a rootdev has been found.
if [ "$ROOTDEV_RET_CODE" = "0" ] ; then
- # Mount OEM partner partition if OOBE has not yet been completed.
- # Also create /tmp/machine-info.
if [ ! -e /home/chronos/.oobe_completed ]; then
- OEM_DEV=${ROOT_DEV%[0-9]*}8
- mount -n -t ext3 "$OEM_DEV" -o nodev,noexec,nosuid /mnt/partner_partition
-
# TODO(yjlou): We are developing a more generic hook mechanism (i.e.
# pre-OOBE-oem.sh), and will move this block to new hook point.
#
« no previous file with comments | « chromeos_shutdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698