really fix the names this time.
This commit is contained in:
parent
3173377e49
commit
49d56709a3
|
@ -28,9 +28,9 @@ NN=`echo $N | sed -e 's/_NONUS//'`
|
||||||
|
|
||||||
# List of boot image for each CD
|
# List of boot image for each CD
|
||||||
KTYPE[1]="" #isolinux multiboot in fact
|
KTYPE[1]="" #isolinux multiboot in fact
|
||||||
KTYPE[2]="cdrom"
|
KTYPE[2]="cdrom-image"
|
||||||
KTYPE[3]="net"
|
KTYPE[3]="net-image"
|
||||||
KTYPE[4]="cdrom144"
|
KTYPE[4]="cdrom144-image"
|
||||||
KTYPE[5]=""
|
KTYPE[5]=""
|
||||||
KTYPE[6]=""
|
KTYPE[6]=""
|
||||||
KTYPE[7]=""
|
KTYPE[7]=""
|
||||||
|
@ -41,7 +41,7 @@ KTYPE[10]=""
|
||||||
THISTYPE=${KTYPE[$NN]}
|
THISTYPE=${KTYPE[$NN]}
|
||||||
|
|
||||||
# Download boot images
|
# Download boot images
|
||||||
for image in cdrom.img cdrom-initrd.gz cdrom144.img cdrom144-initrd.gz net.img net-initrd.gz vmlinuz ; do
|
for image in cdrom-image.img cdrom-initrd.gz cdrom144-image.img cdrom144-initrd.gz net-image.img net-initrd.gz vmlinuz ; do
|
||||||
if [ ! -e "$image" ]; then
|
if [ ! -e "$image" ]; then
|
||||||
wget -q http://people.debian.org/~tfheen/d-i/images/daily/$image
|
wget -q http://people.debian.org/~tfheen/d-i/images/daily/$image
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue