aboutsummaryrefslogtreecommitdiff
path: root/arch-base/bootstrap_base.sh
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2016-01-29 12:17:54 +0700
committerMhd Sulhan <ms@kilabit.info>2016-01-29 12:17:54 +0700
commit7aa08d6583be57195d53f3b7337b6264ff0d600f (patch)
treeb99117e9a497f285bf4660f4ca568ef7bd3414ec /arch-base/bootstrap_base.sh
parent4da1e3686ba189e56f8a410172eaa3b460a033b4 (diff)
downloadarch-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 'arch-base/bootstrap_base.sh')
-rwxr-xr-xarch-base/bootstrap_base.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch-base/bootstrap_base.sh b/arch-base/bootstrap_base.sh
deleted file mode 100755
index 05358f5..0000000
--- a/arch-base/bootstrap_base.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-echo "==> bootstraping base ..."
-
-. /bootstrap.sh
-
-bootstrap_hostname
-
-bootstrap_timezone
-
-bootstrap_locales
-
-bootstrap_clean_common
-
-bootstrap_clean_base