From 85c9e8ce262ae61a82d0da7a079c1f0ecf84d730 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 22 Feb 2010 07:19:16 +0100 Subject: [PATCH] move package installation text to correct function --- usr/share/archboot/installer/setup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 8fa4b432b..33b05369a 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -1970,8 +1970,6 @@ prepare_pacman() { # Set PACKAGES parameter before running to install wanted packages run_pacman(){ - DIALOG --msgbox "Package installation will begin now. You can watch the output in the progress window. Please be patient." 0 0 - # create chroot environment on target system # code straight from mkarchroot chroot_mount @@ -2152,6 +2150,7 @@ installpkg() { if [ "$S_MKFS" != "1" -a "$S_MKFSAUTO" != "1" ]; then getdest fi + DIALOG --msgbox "Package installation will begin now. You can watch the output in the progress window. Please be patient." 0 0 run_pacman S_INSTALL=1 NEXTITEM="6"