From 0359eee355c73cbb565639d206de22dcec2d37a8 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sun, 1 May 2005 17:20:06 +0000 Subject: [PATCH] Don't copy the whole d-i cdrom directory onto CD1 for amd64. Closes: #306926 --- debian/changelog | 2 ++ tools/boot/sarge/boot-amd64 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e47378cf..8d9464d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ debian-cd (2.2.22) UNRELEASED; urgency=low - Add Suggests: on netpbm and syslinux. Closes: #301345 - Count the total number of binary and source discs better; sarge can 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. + Closes: #306926 -- Joey Hess Thu, 14 Apr 2005 00:59:49 -0400 diff --git a/tools/boot/sarge/boot-amd64 b/tools/boot/sarge/boot-amd64 index 7effbe79..172bfa93 100755 --- a/tools/boot/sarge/boot-amd64 +++ b/tools/boot/sarge/boot-amd64 @@ -111,7 +111,7 @@ if [ -e boot$N/isolinux/f3.txt.with26 ];then fi fi done - cp -a cdrom $CDDIR/install + # Isolinux config file. cat > boot$N/isolinux/isolinux.cfg <