aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-06-05 23:57:37 +0300
committerChristos.K <freedomrfox@gmail.com>2017-06-05 23:57:37 +0300
commit05e7fb1e7a4ac1b80455c8c457938ff889cd6fe2 (patch)
treefc6166b7e65a6bf70fa4404cd87e32216adf5f09
parentIncluded grub,hosts,coptions config files & localrepo for the gse profile (diff)
downloadGSE-05e7fb1e7a4ac1b80455c8c457938ff889cd6fe2.tar.gz
GSE-05e7fb1e7a4ac1b80455c8c457938ff889cd6fe2.tar.bz2
GSE-05e7fb1e7a4ac1b80455c8c457938ff889cd6fe2.zip
Minor changes and descriptions updates
-rwxr-xr-xbin/gse2
-rw-r--r--config.d/system/custom_scripts16
2 files changed, 11 insertions, 7 deletions
diff --git a/bin/gse b/bin/gse
index 56049fc..9334ba4 100755
--- a/bin/gse
+++ b/bin/gse
@@ -18,7 +18,7 @@ export CWORKDIR="$(dirname ${PWD})"
export CCONFDIR="${CWORKDIR}/config.d"
export CDISTDIR="${CWORKDIR}/dist.d"
export CLOCALLG="${CWORKDIR}/local"
-export CREL=g #$(grep ^NAME /etc/*release | awk -F '=' '{ print $2 }')
+export CREL="$(grep ^NAME /etc/*release | awk -F '=' '{ print $2 }')"
# PATH DEFINITION FOR THE SCRIPTS WHICH WILL AID THE PROCESS
export PATH=${PATH}:${CWORKDIR}/scripts/functions
diff --git a/config.d/system/custom_scripts b/config.d/system/custom_scripts
index 225f86d..4a111fe 100644
--- a/config.d/system/custom_scripts
+++ b/config.d/system/custom_scripts
@@ -1,10 +1,14 @@
# Custom scripts configuration file
-# Please input the path to your script ( absolute path ) and the runlevel your want it to run
-# During installation your scripts will be injected on the requested runlevel stage.
-#
-# It requires no explanation about the effects of a miss-configured that runs on a important runlevel staage
-# So please include scripts that have been checked and if they are mandatory for providing a function that you
-# can not obtain otherwise. Apart from those reasons, you should avoid this area as mush as you can.
+# Please input the path to your script ( absolute path ) to make it start and run once on bootup.
+#
+# It requires no explanation about the effects of a miss-configured script that runs on bootup.
+# So please include scripts that have been checked and must really be included.
+#
+# For now, this services provides only the features of /etc/local.d
+# In the future a new file will be added with guided interface for configuring Initscripts, which for now
+# go way beyond the scope of this project.
+#
+# Syntax: {/path/to/script}