summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-01 11:26:24 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-01 11:26:24 +0100
commit7a85989f83891b55ba4e6bd9ce92c7fce034a513 (patch)
tree904b58e9ce51673916a15903aebdf09e86e9c5fe /src
parent299ec2a59de5a449c969c53598e070b69133ce48 (diff)
dont depend on /arch/setup anymore
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fifa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fifa.sh b/src/fifa.sh
index 28bc8c8..f0439de 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -3,7 +3,7 @@
###### Set some default variables or get them from the setup script ######
TITLE="Flexible Installer Framework for Arch linux"
-eval `grep ^LOG= /arch/setup`
+LOG="/dev/tty7"
# flags like --noconfirm should not be specified here. it's up to the profile to decide the interactivity
PACMAN=pacman
PACMAN_TARGET="pacman --root $TARGET_DIR --config /tmp/pacman.conf"