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

Re: Bug#145318: new version of my previous patch (takes binutils-multiarch into account)



Le Wed, May 01, 2002 at 12:54:32PM +0200, Karsten Merker écrivait:
> Hallo,

Hi,

> and objdump, so the case differention in my previous patch
> [obj(dump|copy) vs. mipsel-linux-obj(dump|copy)] is not needed,
> when binutils-multiarch is installed.

I still have one problem with your patch (ignoring the fact that it
needs root rights to be built) :

> +mkdir -p /tmp/debian-cd-loop.$$
> +mount -o ro,loop ${CDIMAGE} /tmp/debian-cd-loop.$$
> +KERNEL_ENTRY=`objdump -f CD1/dists/$CODENAME/main/disks-$ARCH/current/tftpimage-${KTYPE[$NN]} | grep "start address" | cut -f 3 -d " "`
> +echo "kernel_entry=$KERNEL_ENTRY"
> +mkdecbootcd /tmp/debian-cd-loop.$$/cdboot/tftpimage-${KTYPE[$NN]}.raw ${CDIMAGE} $KERNEL_ENTRY

mkdecbootcd doesn't exist for i386 ... and we need to be able to build
all images on i386. Can you provide this program on i386 (ie make a
package) ?

$ zgrep mkdecbootcd /mirror/debian/dists/woody/Contents-i386.gz 
$ 

> +umount /tmp/debian-cd-loop.$$
> +rmdir /tmp/debian-cd-loop.$$
> +
> +exit 0

Cheers,
-- 
Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/
Formation Linux et logiciel libre : http://www.logidee.com


-- 
To UNSUBSCRIBE, email to debian-cd-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: