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

Unified Diff: enter_chroot.sh

Issue 3909001: Added a function to update chroot sudoers automatically. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: Created 10 years, 2 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
« common.sh ('K') | « common.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: enter_chroot.sh
diff --git a/enter_chroot.sh b/enter_chroot.sh
index c0e45ba2ab4d7f147798559a7a6ede1e2f910cb4..3ca59bf9e73a9ddd63e1d0931862869f190c0ed5 100755
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -254,6 +254,10 @@ then
exit 0
fi
+# Apply any hacks needed to update the chroot.
+chroot_hacks_from_outside "${FLAGS_chroot}"
+
+
# Make sure we unmount before exiting
trap teardown_env EXIT
setup_env
« common.sh ('K') | « common.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698