X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=c2bd0bc40f74a2eccc70552922fcb7d583728957;hp=7ebeb1a0e0d18ebc99cc8dcc422fef1b19953e41;hb=2d69b1aa2d03c558e2a4445d15fdba1b5d9b7f0c;hpb=8b6487f2fb87c63c618737f2522b4534658ffefe diff --git a/autoconfig.functions b/autoconfig.functions index 7ebeb1a..c2bd0bc 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -297,7 +297,7 @@ config_language(){ if [ -r /etc/default/locale ] ; then if grep -q "LANG=.*UTF" /etc/default/locale ; then einfo "Setting up unicode environment." - unicode_start ; eend $? + unicode_start 2>>$DEBUG ; eend $? fi fi @@ -1274,7 +1274,7 @@ else einfo "Network device ${WHITE}${DEVICE}${NORMAL} detected, DHCP broadcasting for IP. (Backgrounding)" trap 2 3 11 ifconfig $DEVICE up >>$DEBUG 2>&1 - ( pump -i $DEVICE >>$DEBUG 2>&1 && echo finished_running_pump > /etc/network/status/$DEVICE ) & + ( pump -i $DEVICE --script=/usr/lib/grml-autoconfig/pump-runparts >>$DEBUG 2>&1 && echo finished_running_pump > /etc/network/status/$DEVICE ) & trap "" 2 3 11 sleep 1 eend 0