mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
This reverts commit 0126898d23afb00b04e05b51ea8b83c37aa49b0f. When "sudo -v" is executed inside chroot, it prompts for password; however the user account inside chroot may be using a different password (ex, "chronos") from the same account outside chroot. The /etc/sudoers file inside chroot has explicitly specified "userid ALL=NOPASSWD: ALL" for the account, so we should keep doing nothing inside chroot. BUG=chrome-os-partner:2827 TEST=(inside chroot) ./make_factory_package --release ...... # success Change-Id: Ibadd5d539df83d70aba0daabc40bb9edba842f07 Reviewed-on: http://gerrit.chromium.org/gerrit/7847 Tested-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Nick Sanders <nsanders@chromium.org>
Description
Languages
Shell
93.1%
Python
6.9%