mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
This puts all package installation for the rootfs in one place. It also makes it so that you can run install_packages.sh --root="foo" outside of the build_image.sh script if you want to test something without going through the full image build. With this change build_image basically: - Sets up a loopback mounted rootfs - Calls install_packages.sh on rootfs - Calls customize_rootfs on rootfs - Makes the rootfs bootable Review URL: http://codereview.chromium.org/520004
Description
Languages
Shell
93.1%
Python
6.9%