aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2016-01-29scripts: split variable for normal and forced removed packages.Mhd Sulhan
2016-01-29Simplify user rootfs scripts.Mhd Sulhan
- 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
2016-01-14rootfs.sh: check for empty list on removed package and symlink on copy.Mhd Sulhan
2015-11-28Do not replace content of PKGS_REMOVED.Mhd Sulhan
2015-11-28Remove packages only after bootstraping is finished.Mhd Sulhan
* arch-base: remove unneeded packages.
2015-11-28Add arch-chroot script.Mhd Sulhan
2015-11-21scripts/rootfs.sh: set owner and group of copied file to root.Mhd Sulhan
2015-11-20scripts/rootfs.sh: add function to backup file in rootfs.Mhd Sulhan
The files is generated by create_rootfs and can be used later to speed-up creating the rootfs.
2015-11-20scripts/bootstrap: add function to clean unneeded nodejs files.Mhd Sulhan
2015-11-20Add common docker build scripts.Mhd Sulhan
* create_rootfs.sh for creating base root file system. * create_image.sh for converting chroot to docker image. * clean.sh for removing rootfs.
2015-11-20Modularize build script.Mhd Sulhan
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.