Author: jw Date: 2006-03-24 23:01:41 +0100 (Fri, 24 Mar 2006) New Revision: 1003 Modified: crux-2.2/iso/bin/setup Log: show dialog while running setup-helper Modified: crux-2.2/iso/bin/setup =================================================================== --- crux-2.2/iso/bin/setup 2006-03-24 13:43:38 UTC (rev 1002) +++ crux-2.2/iso/bin/setup 2006-03-24 22:01:41 UTC (rev 1003) @@ -229,7 +229,10 @@ select_packages confirm if [ "$ACTION" = "UPGRADE" ] && [ -f /usr/bin/setup-helper ]; then - /usr/bin/setup-helper $ROOT &> $helperlogfile + ( + /usr/bin/setup-helper $ROOT &> $helperlogfile + ) | do_dialog --title " Please wait [2.1 -> 2.2 check]" \ + --gauge "" 8 60 0 fi install_packages
participants (1)
-
crux@crux.nu