summaryrefslogtreecommitdiff
path: root/src/aif.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-09 16:06:21 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-09 16:06:21 +0100
commit6edf983eef653bb64cbd6370e806eb069cc1219a (patch)
tree2585687569ca3ff8e76b84d71f2a464f65cfea6f /src/aif.sh
parent4127b76d852cb7a9058e67bda2764e7d38064f2e (diff)
moving some code around to make some stuff prettier
Diffstat (limited to 'src/aif.sh')
-rwxr-xr-xsrc/aif.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aif.sh b/src/aif.sh
index 492fbdc..32c1173 100755
--- a/src/aif.sh
+++ b/src/aif.sh
@@ -249,8 +249,6 @@ stop_installer ()
###### perform actual logic ######
echo "Welcome to $TITLE"
-log "################## START OF INSTALLATION ##################"
-[ -z "$1" ] && usage && exit 1
mount -o remount,rw / &>/dev/null
@@ -315,6 +313,8 @@ load_procedure "$module" "$procedure"
PACMAN=pacman
PACMAN_TARGET="pacman --root $var_TARGET_DIR --config /tmp/pacman.conf"
+log "################## START OF INSTALLATION ##################"
+
start_process
stop_installer