aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-07-20 12:51:01 +0300
committerChristos.K <freedomrfox@gmail.com>2017-07-20 12:51:01 +0300
commitcef760dd3e412f503fcc7a897eca713e36e81c6a (patch)
tree3aed6681dcee3c60c28c1f364fc1e92c87db5f89 /config.d
parentIncluded controller if condition (diff)
downloadGSE-cef760dd3e412f503fcc7a897eca713e36e81c6a.tar.gz
GSE-cef760dd3e412f503fcc7a897eca713e36e81c6a.tar.bz2
GSE-cef760dd3e412f503fcc7a897eca713e36e81c6a.zip
Fixed net entries
Diffstat (limited to 'config.d')
-rwxr-xr-xconfig.d/controller/modules/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.d/controller/modules/module-setup.sh b/config.d/controller/modules/module-setup.sh
index 6b78935..9e5a359 100755
--- a/config.d/controller/modules/module-setup.sh
+++ b/config.d/controller/modules/module-setup.sh
@@ -113,7 +113,7 @@ install() {
inst_hook clean 01 "$moddir/cinit_clean.sh"
if [[ "${_flag_dracut_net}" == 0 ]]; then
- inst_hook pre-mount 02 "${_dr_net}/cinit_pre-mount.sh"
+ inst_hook pre-mount 02 "${_flag_drnet}"
fi
if [[ "${_flag_dhok}" == 0 ]]; then