tg3 network cards [SOLVED]

Ralf Utermann ralf.utermann at physik.uni-augsburg.de
Fri Dec 19 09:20:16 CET 2008


Ryan Steele wrote:
[...]
> And I forgot to mention also, that I have to use a custom script to
> rewrite the IP in the boot.log, otherwise at the end of the
> installation, fai-chboot fails to connect to the server and change the
> pxelinux.cfg file to foo.disable.  Here is that script:
> 
> #! /bin/bash
> 
> error=0 ; trap "error=$((error|1))" ERR
> 
> set -x
> 
> REALIP=$(echo `host $(cat $target/etc/hostname) | awk '{print $4}'`)
> perl -i -pe "s/^IPADDR=all(.*)/IPADDR='"$REALIP"'$3/" $LOGDIR/boot.log
> 
> exit $error
> 

Hi Ryan,


this script is probably not needed, if you fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509090

Bye, Ralf
-- 
        Ralf Utermann
_____________________________________________________________________
        Universität Augsburg, Institut für Physik   --   EDV-Betreuer
        Universitätsstr.1             
        D-86135 Augsburg                     Phone:  +49-821-598-3231
        SMTP: Ralf.Utermann at Physik.Uni-Augsburg.DE         Fax: -3411


More information about the linux-fai mailing list