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

Unified Diff: src/platform/dev/gmergefs

Issue 2037006: Fix modprobe prob in gmergefs and bring call script into scripts (Closed) Base URL: ssh://git@chromiumos-git//chromeos
Patch Set: Check Created 10 years, 7 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 | src/scripts/gmergefs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/dev/gmergefs
diff --git a/src/platform/dev/gmergefs b/src/platform/dev/gmergefs
index b63a9dc96d71d70319ec378faa87965bb7cae4a0..092bd6c89b1b6a185b1199fd602e3d1775e56141 100755
--- a/src/platform/dev/gmergefs
+++ b/src/platform/dev/gmergefs
@@ -63,9 +63,6 @@ cleanup_sshfs_mount() {
check_args "${FLAGS_board}"
check_args "${FLAGS_ARGV}" "Emerge package name"
-# Just in case we haven't done this before.
-eval /sbin/modprobe fuse
-
EMERGE_FLAGS=""
[[ $FLAGS_usepkg -eq $FLAGS_TRUE ]] &&
EMERGE_FLAGS="${EMERGE_FLAGS} --getbinpkg --usepkg --with-bdeps y"
« no previous file with comments | « no previous file | src/scripts/gmergefs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698