[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#306926: debian-cd: amd64 CD1 is missing nearly all udebs



Hi,

another update. The boot.img on the CD doesn't belong there, in fact
the whole /install/cdrom folder doesn't. The patch is very simple
(below).

After that (and the previous generate_di* thing) the CDs build and
have the right size. They even boot. :)

Thanks go to Steve McIntyre for helping debug this and for test
booting in the middle of the night.

MfG
        Goswin


--- tools/boot/sarge/boot-amd64~	2005-03-22 23:59:28.000000000 +0100
+++ tools/boot/sarge/boot-amd64	2005-04-30 00:25:06.000000000 +0200
@@ -59,8 +59,8 @@
 ln -s sarge $CDDIR/dists/sid
 
 mkdir cdrom
-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/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/initrd.gz cdrom
 cp $MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/cdrom/debian-cd_info.tar.gz cdrom
@@ -111,7 +111,7 @@
 	fi
     fi
   done
-  cp -a cdrom $CDDIR/install
+#  cp -a cdrom $CDDIR/install
 # Isolinux config file.
 cat > boot$N/isolinux/isolinux.cfg <<EOF
 DEFAULT /install/vmlinuz



Reply to: