From 7a85989f83891b55ba4e6bd9ce92c7fce034a513 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 1 Nov 2008 11:26:24 +0100 Subject: dont depend on /arch/setup anymore --- src/fifa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3-54-g00ecf