summaryrefslogtreecommitdiff
path: root/src/aif.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/aif.sh')
-rwxr-xr-xsrc/aif.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/aif.sh b/src/aif.sh
index 1e23708..095256b 100755
--- a/src/aif.sh
+++ b/src/aif.sh
@@ -3,7 +3,9 @@
###### Set some default variables or get them from the setup script ######
TITLE="Arch Linux Installation Framework"
LOG="/dev/tty7"
-LOGFILE=/home/arch/aif/runtime/aif.log #TODO: maybe we could use a flag to en/disable logging to a file.
+LOGFILE=/home/arch/aif/runtime/aif.log
+
+#TODO: maybe we could use optional flags to en/disable logging to a file, override UI_TYPE etc.
###### Miscalleaneous functions ######