From 7aa08d6583be57195d53f3b7337b6264ff0d600f Mon Sep 17 00:00:00 2001 From: Mhd Sulhan Date: Fri, 29 Jan 2016 12:17:54 +0700 Subject: 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 --- scripts/_bootstrap_post.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/_bootstrap_post.sh (limited to 'scripts/_bootstrap_post.sh') diff --git a/scripts/_bootstrap_post.sh b/scripts/_bootstrap_post.sh new file mode 100755 index 0000000..7123095 --- /dev/null +++ b/scripts/_bootstrap_post.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +. /vars.sh +. /_bootstrap_script.sh + +bootstrap_post_main -- cgit v1.3-5-g9baa