rkt: Don't download stage1 image during build.
The rkt build process requires a stage1 image. By default it will try and download one with wget from coreos.com during the build. This change explicitly downloads the image using `fetchurl`, verifying checksum, then passes that to the build using appropriate configure flag.
parent
9013dc58
Please register or sign in to comment