Index: boot-powerpc
===================================================================
--- boot-powerpc        (révision 934)
+++ boot-powerpc        (copie de travail)
@@ -90,12 +90,13 @@
 
 for subarch in powerpc powerpc64
 do
+  bitness=${subarch#powerpc}
   if [ ! "$DI_WWW_HOME" ];then
         if [ ! "$DI_DIR" ];then 
            DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
         fi
   else
-       wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' 
"$DI_WWW_HOME/$subarch/cdrom/"
+       wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' 
"$DI_WWW_HOME/$subarch/cdrom${bitness}/"
   fi
 
 done


Reply via email to