diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2016-01-29 12:17:54 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2016-01-29 12:17:54 +0700 |
| commit | 7aa08d6583be57195d53f3b7337b6264ff0d600f (patch) | |
| tree | b99117e9a497f285bf4660f4ca568ef7bd3414ec /scripts/create_image.sh | |
| parent | 4da1e3686ba189e56f8a410172eaa3b460a033b4 (diff) | |
| download | arch-docker-7aa08d6583be57195d53f3b7337b6264ff0d600f.tar.xz | |
Simplify user rootfs scripts.
- 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
Diffstat (limited to 'scripts/create_image.sh')
| -rwxr-xr-x | scripts/create_image.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/create_image.sh b/scripts/create_image.sh index 938fe4d..131028a 100755 --- a/scripts/create_image.sh +++ b/scripts/create_image.sh @@ -3,6 +3,4 @@ . ../scripts/rootfs.sh . ./vars.sh -rootfs_clean_pacman - rootfs_to_docker ${IMAGE_NAME} ${IMAGE_ARGS[@]} |
