mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
running maintainer scripts. This is a work-in-progress. If you build_image like: EXPERIMENTAL_NO_DEBOOTSTRAP=1 ./build_image.sh it will skip debootstrap and install the base required packages without running maintainer scripts. This is about 68 packages that have lots of interleaved dependencies so it is nasty to trim down. If you build like: EXPERIMENTAL_NO_MAINTAINER_SCRIPTS=1 ./build_image.sh it will install all packages skipping maintainer scripts. Using these we can try and get things in a state where we can create an image built of cross-compiled packages. This is obviously not finished but in this case I prefer to commit early so others can poke at it. Review URL: http://codereview.chromium.org/527015
Description
Languages
Shell
93.1%
Python
6.9%