mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
Various members of /dev are used (such as /dev/random) in this script, and <() style redirection is used which requires a mounted /proc in the image. So bind-mount /dev and /proc while running so they work. BUG=chromiumos:15951 TEST=examined output before/after Change-Id: I3e8f0edef0da7e63b2af6736e8becfa1cd6d723d Reviewed-on: http://gerrit.chromium.org/gerrit/1846 Reviewed-by: Richard Barnette <jrbarnette@chromium.org> Tested-by: Scott James Remnant <keybuk@chromium.org>