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

debian-cd. Latest butchering



Oli Kaiser told me how to modify debian_cd properly.

In the unmodified debian_cd:
change all instances of $(CODENAME)? to ${CODENAME}?  - it works.

I have modified "arch", and again, it works.

If someone thinks it's worthwhile, would they put these up on cvs?
Thanks.

I am including the modified arch.

Phil.

******************
#!/bin/bash

# Example script to use with slink_cd - this will create trees for
# i386, m68k, sparc and alpha. 
# (c) Steve McIntyre 11 Feb 1999, released under GPL

for ARCH in m68k i386 alpha sparc
do
        echo TDIR=/debian/local/debian.cd-$ARCH OUT=/debian/local/OUT-$ARCH \
		MIRROR=/debian NONUS=/debian/Debian-non-US \
		CODENAME=potato CODENAME_STATUS=unstable \
		./debian_cd \
		clean genlist tree flatten md5check packages boot \
		extras $ARCH md5list images imagesums

        TDIR=/debian/local/debian.cd-$ARCH OUT=/debian/local/OUT-$ARCH \
		MIRROR=/debian NONUS=/debian/Debian-non-US \
		BOOTDIR=/usr/lib/silo \
		CODENAME=potato CODENAME_STATUS=unstable \
		./debian_cd \
		clean genlist tree flatten md5check packages boot \
		extras $ARCH md5list images imagesums
done
**********************


Philip Charles; 39a Paterson St., Abbotsford, New Zealand; +64 3 4882818
I sell Debian GNU/Linux CDs.   See http://www.copyleft.co.nz





Reply to: