--- preseed-1.41ubuntu1/preseed.sh 2008-10-20 13:06:32.000000000 +0000 +++ preseed-1.41ep1/preseed.sh 2009-04-29 14:23:00.000000000 +0000 @@ -69,6 +69,10 @@ log "successfully loaded preseed file from $location" local last_location="$location" + # if netcfg parameter are set into the preseed file + # then run netcfg again + if [ `grep -c "netcfg/get_hostname" $tmp` ]; then exec netcfg; fi + while true ; do db_get preseed/include local include="$RET"