Don't fetch D-I images for the prep subarchitecture

prep has not been available for a long time.
Thanks to Ian Campbell for pointing that out.
This commit is contained in:
Frans Pop 2009-08-07 10:34:15 +00:00
parent 129713f1b2
commit 276bf8f8ac
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ debian-cd (3.1.3) UNRELEASED; urgency=low
* Only do boot disk stuff for x86 and alpha if the image is supposed to be
bootable. Avoids downloading x86 D-I images for all 30+ CDs in a full set.
* Don't download floppy D-I images for i386; they're no longer available.
* Don't fetch D-I images for the prep subarchitecture; it is not available.
[ Steve McIntyre ]
* Remove bashism in tools/apt-selection. Closes: #530972

View File

@ -83,7 +83,7 @@ if [ -n "$KERNEL_PARAMS" ]; then
fi
cp $BASEDIR/data/$DI_CODENAME/yaboot/ofboot.b ofboot.b
for subarch in powerpc powerpc64 prep
for subarch in powerpc powerpc64 #prep
do
case $subarch in
powerpc|prep)

View File

@ -83,7 +83,7 @@ if [ -n "$KERNEL_PARAMS" ]; then
fi
cp $BASEDIR/data/$DI_CODENAME/yaboot/ofboot.b ofboot.b
for subarch in powerpc powerpc64 prep
for subarch in powerpc powerpc64 #prep
do
case $subarch in
powerpc|prep)