Don't copy boot.img.gz onto amd64 CD1

This commit is contained in:
Steve McIntyre 2005-05-11 22:10:10 +00:00
parent 44c26cc4da
commit c754493b57
2 changed files with 5 additions and 3 deletions

3
debian/changelog vendored
View File

@ -17,7 +17,8 @@ debian-cd (2.2.22) UNRELEASED; urgency=low
have more than 9 CDs, so ?.packages doesn't cut it any more. have more than 9 CDs, so ?.packages doesn't cut it any more.
- Don't copy the whole d-i cdrom directory onto CD1 for amd64. - Don't copy the whole d-i cdrom directory onto CD1 for amd64.
Closes: #306926 Closes: #306926
- Don't copy boot.img.gz onto amd64 CD1.
-- Joey Hess <joeyh@debian.org> Thu, 14 Apr 2005 00:59:49 -0400 -- Joey Hess <joeyh@debian.org> Thu, 14 Apr 2005 00:59:49 -0400
debian-cd (2.2.21) unstable; urgency=low debian-cd (2.2.21) unstable; urgency=low

View File

@ -59,8 +59,9 @@ DISK_IMAGES=""
ln -s sarge $CDDIR/dists/sid ln -s sarge $CDDIR/dists/sid
mkdir cdrom mkdir cdrom
cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/hd-media/boot.img.gz cdrom # Next 2 lines not needed for now... (SAM)
gunzip cdrom/boot.img.gz #cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/hd-media/boot.img.gz cdrom
#gunzip cdrom/boot.img.gz
cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/cdrom/vmlinuz cdrom cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/cdrom/vmlinuz cdrom
cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/cdrom/initrd.gz cdrom cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/cdrom/initrd.gz cdrom
cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/cdrom/debian-cd_info.tar.gz cdrom cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/cdrom/debian-cd_info.tar.gz cdrom