--- trunk/installer/include/bootstrap-wrapper.sh 2010/05/31 21:02:47 1062 +++ trunk/installer/include/bootstrap-wrapper.sh 2010/05/31 21:03:18 1063 @@ -1,6 +1,8 @@ #!/bin/sh # $Id$ +source /etc/installer.conf + convert_to_message() { # only für ncurses gui @@ -46,6 +48,9 @@ ${action} | while read line do + # add an entry to install log + echo "${line}" >> ${INSTALLER_LOG} + case $line in #*fetching*:*|*!fetch*|*fetch\ complete*) convert_to_message --fetch ${line}; convert_to_percent ${line};; #*unpacking*:*|*!unpack*) convert_to_message --unpack ${line}; convert_to_percent ${line};; @@ -63,7 +68,8 @@ install_stage() { - NOCOLORS=true bootstrap-default-system 2> /dev/null + # redirect stderr to stdout! + NOCOLORS=true bootstrap-default-system 2>&1 } case $1 in