summaryrefslogtreecommitdiff
path: root/src/aif.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-17 19:15:16 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-17 19:15:16 +0100
commitc6a7c8631f75ab948fd6ca7e9a85cd6bb47bed27 (patch)
tree78681287ad1fe882aac6cd071f2187e3894c67d8 /src/aif.sh
parent3c4be75a45c5872fd065ea10d368fc7191fed574 (diff)
misc small cleanups/todo updates
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 ######