summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/procedures/automatic3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic
index cdda847..ad279ce 100644
--- a/src/core/procedures/automatic
+++ b/src/core/procedures/automatic
@@ -4,11 +4,14 @@
# In theory, the only manual thing should maybe be configuring the runtime network
# TODO: I don't know if you can do non-interactive dm_crypt stuff.. maybe by pulling luks keyfiles from svn/git/..?
+# TODO: check_is_in <somestuff> runtime packages and check needed args, if not known ask (eg svn password)
depend_module yaourt
depend_procedure core base
var_OPTS_STRING="c:"
+var_ARGS_USAGE="-c <config>: Specify a configfile (profile) to be used (Mandatory)" # TODO: don't check if the option is specified, but do checking on all variables that we need
+
process_args ()
{
[ "$1" = '-c' ]