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/create_rootfs.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/create_rootfs.sh') diff --git a/scripts/create_rootfs.sh b/scripts/create_rootfs.sh index ea6e768..100a23f 100755 --- a/scripts/create_rootfs.sh +++ b/scripts/create_rootfs.sh @@ -4,5 +4,4 @@ . ../arch-base/vars.sh . ./vars.sh -rootfs_must_root rootfs_main -- cgit v1.3-5-g9baa