| Age | Commit message (Collapse) | Author |
|
|
|
- Simplify bootstrap, handle copy and run internally in rootfs script.
- create_rootfs only run one function, which is rootfs_main.
- create_image only run one function, which is rootfs_to_docker.
- bootstraping through one function
- allow replacing hostname, locales, and timezone through vars.sh
|
|
|
|
|
|
* arch-base: remove unneeded packages.
|
|
|
|
|
|
The files is generated by create_rootfs and can be used later to speed-up
creating the rootfs.
|
|
|
|
* create_rootfs.sh for creating base root file system.
* create_image.sh for converting chroot to docker image.
* clean.sh for removing rootfs.
|
|
All process to create rootfs and bootstrap are grouped into several
functions.
* scripts/rootfs.sh is for creating rootfs and installing packages.
* scripts/bootstrap.sh is for bootstraping rootfs and cleaning.
|