DescriptionMoved debootstrap phase from build_image.sh to install_packages.sh.
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
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fixed flag defaults. Moved bootchart. #
Messages
Total messages: 3 (0 generated)
|