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

patch for sparc (was: Re: WARNING -- now moving CVS area from master)



Steve McIntyre wrote:
> Adam Di Carlo writes:
> >>>>>> "sb" == Stephane Bortzmeyer <bortzmeyer@pasteur.fr> writes:
> >
> >sb> On Wednesday 24 March 1999, at 22 h 5, the keyboard of Adam Di
> >sb> Carlo <aph@debian.org> wrote:
> >
> >>> The new area is :ext:<user>@cvs.debian.org:/cvs/boot-floppies.
> >
> >sb> No, it's :ext:<user>@cvs.debian.org:/cvs/debian-boot to comply
> >sb> with CVS naming on cvs.debian.org (which is used by non-Debian
> >sb> projects).
> >
> >Exactly correct!
> >
> >Actually, I was the one who requested that name, however.  I hope that
> >we can use it as a CVS area for other aspects of booting, such as CD
> >creation scripts.  What do you say, guys?  What's our short and
> >long-term plan for the maintanance of slink-cd ?
> 
> I'll get back to you in a bit. Slink_cd 1.13 should go out early next
> week, mainly simple bug-fixes. I'm going to be very busy and probably away
> from mail quite a bit in the next month, then I'll be making a start on
> potato_cd.

Could add this patch in it ?  It avoids modifying the resc1440.bin from the
archive, thus corrupting its md5 checksum.

Regards.


--- boot-sparc.orig	Sat Mar 13 20:28:43 1999
+++ boot-sparc	Sun Mar 28 20:49:58 1999
@@ -68,11 +68,11 @@
 	linux-2.2.1-a.out root.bin sparc_release_note.txt \
 	$TDIR/slink1/install )
 
-echo mount -o loop \
+echo mount -r -o loop \
 	$MIRROR/dists/slink/main/disks-$ARCH/current/resc1440.bin \
 	$mountpoint
-mount -o loop \
+mount -r -o loop \
 	$MIRROR/dists/slink/main/disks-$ARCH/current/resc1440.bin \
 	$mountpoint
 cp -p $mountpoint/debian.txt boot1/boot/debian.txt
-umount $mountpoint
\ No newline at end of file
+umount $mountpoint

-- 
 Eric Delaunay                 | "La guerre justifie l'existence des militaires.
 delaunay@lix.polytechnique.fr | En les supprimant." Henri Jeanson (1900-1970)


Reply to: