aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-29 17:59:43 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-29 17:59:43 +0300
commitf450a6e4289190066386c8755a3949e7714841cc (patch)
tree11e6ce10957b9f959fc9bf1f0513fbc9ca118ea6
parentwiki && moved Guides under docs (diff)
downloadGSE-f450a6e4289190066386c8755a3949e7714841cc.tar.gz
GSE-f450a6e4289190066386c8755a3949e7714841cc.tar.bz2
GSE-f450a6e4289190066386c8755a3949e7714841cc.zip
Removed unmount_all entry
-rwxr-xr-xconfig.d/controller/modules/cinit_clean.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.d/controller/modules/cinit_clean.sh b/config.d/controller/modules/cinit_clean.sh
index 0cdc92e..6f78a89 100755
--- a/config.d/controller/modules/cinit_clean.sh
+++ b/config.d/controller/modules/cinit_clean.sh
@@ -8,8 +8,6 @@ export CTSCRIPTS
export "PATH=${PATH}:/usr/local/controller"
# CONTROLLER PRELIMINARY FUNCTIONS
source "${CTSCRIPTS}/ct_prelim.sh"
-# MAKE SURE RFS BFS WORKDIR ARE NOT MOUNTED
-_unmount_all_targets
if [[ "${_ctflag_setup}" == 0 || "${_ctflag_extract}" == 0 || "${_sys_config}" == 0 ]]; then
if [[ -z "${_sys_archive}" ]]; then