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

Re: odd image builds



The boot floppies changes from using the "disks-2.88" nomenclature to the
"image-2.88" nomenclature, and debian-cd only caught up in CVS.  You can
just patch /usr/share/debian-cd/tools/boot/potato/boot-i386 as follows:

--- boot-i386-original	Tue Mar  7 14:14:46 2000
+++ boot-i386	Tue Apr 25 05:51:36 2000
@@ -21,14 +21,14 @@
 cd $CDDIR/..
 
 # Compact image for disk 2
 if [ $N == 2 ]; then
 	:> 2.mkisofs_opts
-	if [ -e 1/dists/$CODENAME/main/disks-$ARCH/current/disks-2.88/compact/rescue.bin ] 
+	if [ -e 1/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/compact/rescue.bin ] 
 	then
 	  mkdir -p boot2/boot
-	  cp 1/dists/$CODENAME/main/disks-$ARCH/current/disks-2.88/compact/rescue.bin boot2/boot/
+	  cp 1/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/compact/rescue.bin boot2/boot/
 	  echo -n "-J -b boot/rescue.bin -c boot/boot.catalog boot2" \
 		        > 2.mkisofs_opts
 	fi
 	exit 0;
 fi
@@ -43,17 +43,17 @@
 # couple of changes for 2.2.x bootdisks 27-dec-99 -- jwest
 
 echo -n "-J -b boot/rescue.bin -c boot/boot.catalog boot1" > 1.mkisofs_opts
 
 (cd $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/ ; \
-	cp disks-2.88/resc*.bin  $CDDIR/install ; \
+	cp images-2.88/resc*.bin  $CDDIR/install ; \
 	cp linux  $CDDIR/install ; \
-	cp disks-1.44/root.bin $CDDIR/install )
+	cp images-1.44/root.bin $CDDIR/install )
 
 mkdir -p boot1/boot
 
-cp $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/disks-2.88/rescue.bin boot1/boot
+cp $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/rescue.bin boot1/boot
 
 
 #Extracting tools for disc 1
 
 mkdir -p $CDDIR/tools/fips20


-- Mike


On 2000-05-19 at 23:37 -0700, Randolph Chung wrote:

> Building i386 binary isos using "make bin-official_images" gives:
> -rw-rw-r--    1 tausq    Debian        34k May 19 23:29 potato-i386-1.raw




Reply to: