Re: Custom cd's

2002-06-01 Thread Richard Hirst

On Thu, May 30, 2002 at 11:20:21AM -0400, Ed Street wrote:
 Hello,
 
 I was wondering if anyone know of any methods where I could customize a
 debian cd set with just the packages I want and scaled down so it would
 fit on a mini and/or business card/credit card cd.  To give you some
 idea the size requirments
 Full cd = 650 megs
 Mini cd = 180 megs
 biz card cd = 51 megs
 Credit card cd = 52 megs
 
 Note these are the capacity of the blanks that I use and the size/shape
 does vary on the latter 2.

There is http://cvs.debian.org/boot-floppies/i386-specials/mini-iso.sh
which creates an ISO with base-only pkgs, from basedebs.tar.
Alternatively I wrote this little script that lets you put whichever
debs you want on there.  Tried it with the b-f2.4 flavour.  With just
the base debs on there the ISO is 31MB.  It doesn't provide any way to
automatically install non-base debs that are on the ISO, but you can
always apt-get install them once the system is up.

Richard



#!/bin/sh

# You should have a dir $DEBS containing all the .debs you want on
# the ISO.  You should have at least the base debs, as listed by
#
#	debootstrap --arch i386 --print-debs woody
#
# You might populate that dir by grabbing basedebs.tar from the archive.
# You should have a copy of the boot-floppies dir from an archive in
# $DISKS, and set $FLAVOUR to the one you want on your ISO (e.g. bf2.4)

set -e

DEBS=./debs
DISKS=/mirror/debian/dists/woody/main/disks-i386/current
FLAVOUR=bf2.4
ISO=mini.iso
WORKDIR=./work

rm -f $ISO
rm -rf $WORKDIR
mkdir -p $WORKDIR
( cd $WORKDIR; ln -s . debian )
mkdir $WORKDIR/.disk
echo Debian GNU/Linux 3.0 prerelease Woody ($(date '+%Y%m%d'))  $WORKDIR/.disk/info
touch $WORKDIR/.disk/kernel_installable
touch $WORKDIR/.disk/base_installable

mkdir -p $WORKDIR/pool
cp $DEBS/* $WORKDIR/pool

mkdir $WORKDIR/boot
mkdir -p $WORKDIR/dists/woody/main/disks-i386/current/images-1.44/$FLAVOUR
cp $DISKS/images-2.88/$FLAVOUR/rescue.bin $WORKDIR/boot
cp $DISKS/images-1.44/$FLAVOUR/rescue.bin $WORKDIR/dists/woody/main/disks-i386/current/images-1.44/$FLAVOUR
mkdir -p $WORKDIR/dists/woody/main/disks-i386/current/$FLAVOUR
cp $DISKS/$FLAVOUR/drivers.tgz $WORKDIR/dists/woody/main/disks-i386/current/$FLAVOUR

mkdir -p $WORKDIR/dists/woody/main/binary-i386

cat  $WORKDIR/dists/woody/main/binary-i386/Release  EOF
Archive: woody
Component: main
Origin: Debian
Label: Debian
Architecture: i386
EOF

( cd $WORKDIR;
  dpkg-scanpackages pool /dev/null  \
dists/woody/main/binary-i386/Packages
  cd dists/woody
  cat  Release  EOF
Origin: Debian
Label: Debian
Suite: testing
Codename: woody
Architectures: i386
Components: main
Description: Debian Woody - Not Released
EOF
  echo DATE: `date -R`  Release
  echo md5sum:  Release
  for i in Release Packages
  do
echo '' `md5sum main/binary-i386/$i | \
cut -d' ' -f1` `wc -c main/binary-i386/$i`  Release
  done
)

mkisofs -J -r -b boot/rescue.bin -o $ISO $WORKDIR




Re: Woody Mini-cd results

2002-06-01 Thread Chris Lawrence

On Jun 01, D  E Radel wrote:
 Your 185MB CD was a life-saver! It's a keeper!

On the same topic, I've added a CD for Alpha and updated the CDs to
woody as of a couple of days ago (that makes this revision 15 for
those of you keeping score at home).  The Alpha CD is fairly important
to test because I used a isomarkboot compiled for i386 to make it
bootable; IIRC nobody has tested whether that works yet (there was
some discussion on the debian-cd list about it though).

Anyway, the URL:
http://www.phy.olemiss.edu/debian-minicd/

For rsync locations, mirrors, and md5sums, see:
http://www.phy.olemiss.edu/debian-minicd/README.txt


Chris
-- 
Chris Lawrence [EMAIL PROTECTED] - http://www.lordsutch.com/chris/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




RE: Custom cd's

2002-06-01 Thread Ed Street

Hello,

I tried one of those, had to do some hack for bf2.4.  This I what I'm
trying to do.  I have a dump/restore image file or about 40 megs (cd #2)
I boot with cd #1 w/ bf 2.4 and base only (but I need the dump/restore
package on cd #1) and restore from cd #2 to the newly created
filesystem.

Ed

 -Original Message-
 From: Richard Hirst [mailto:[EMAIL PROTECTED]] 
 Sent: Saturday, June 01, 2002 9:07 AM
 To: Ed Street
 Cc: 'debian-cd'
 Subject: Re: Custom cd's
 
 
 On Thu, May 30, 2002 at 11:20:21AM -0400, Ed Street wrote:
  Hello,
  
  I was wondering if anyone know of any methods where I could 
 customize 
  a debian cd set with just the packages I want and scaled down so it 
  would fit on a mini and/or business card/credit card cd.  
 To give you 
  some idea the size requirments Full cd = 650 megs
  Mini cd = 180 megs
  biz card cd = 51 megs
  Credit card cd = 52 megs
  
  Note these are the capacity of the blanks that I use and the 
  size/shape does vary on the latter 2.
 
 There is 
 http://cvs.debian.org/boot-floppies/i386-specials/mini-iso.sh

which creates an ISO with base-only pkgs, from basedebs.tar.
Alternatively I wrote this little script that lets you put whichever
debs you want on there.  Tried it with the b-f2.4 flavour.  With just
the base debs on there the ISO is 31MB.  It doesn't provide any way to
automatically install non-base debs that are on the ISO, but you can
always apt-get install them once the system is up.

Richard



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Failure creating image

2002-06-01 Thread Richard Atterer

On Fri, May 31, 2002 at 11:42:16PM +0200, W. van den Akker wrote:
 I've tried it also with jigdo-lite. After the prompts I get the same
 message. I think jigdo-file is called from jigdo-lite.

That's right - jigdo-lite invokes jigdo-file as jigdo-file make-image
-j x.jigdo downloaded_files.

After the last prompt, jigdo-lite should start downloading files with
wget. If it doesn't, possible reasons are that you made a mistake
during the mirror selection, or that wget is not set up (e.g. if you
must use a HTTP proxy, but haven't set the http_proxy variable). If
you continue to have problems, send the last few screens of
jigdo-lite's output.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer |  CS student at the Technische  |  GnuPG key:
  | \/¯|  http://atterer.net  |  Universität München, Germany  |  0x888354F7
  ¯ '` ¯


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Debian CD Jigdo files at ftp.fsn.hu

2002-06-01 Thread Jon Colverson

Hi, the Debian unofficial jigdo files that should be at:
ftp://ftp.fsn.hu/pub/CDROM-Images/debian-unofficial/woody/jigdo/
ftp://ftp.fsn.hu/pub/CDROM-Images/debian-unofficial/sid/jigdo/
seem to be missing/badly broken. Just thought I'd mention in case nobody 
had noticed.

Thanks,
Jon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Woody Mini-cd results

2002-06-01 Thread Mattias Wadenstein

On Sat, 1 Jun 2002, Chris Lawrence wrote:

 On Jun 01, D  E Radel wrote:
  Your 185MB CD was a life-saver! It's a keeper!

 On the same topic, I've added a CD for Alpha and updated the CDs to
 woody as of a couple of days ago (that makes this revision 15 for
 those of you keeping score at home).  The Alpha CD is fairly important
 to test because I used a isomarkboot compiled for i386 to make it
 bootable; IIRC nobody has tested whether that works yet (there was
 some discussion on the debian-cd list about it though).

 Anyway, the URL:
 http://www.phy.olemiss.edu/debian-minicd/

 For rsync locations, mirrors, and md5sums, see:
 http://www.phy.olemiss.edu/debian-minicd/README.txt

Perhaps http://ftp.acc.umu.se/pub/cd-images/debian-minicd/ would be a
better link to our mirror, that doesn't reflect the old place they were
in. I just created that symlink.

On the other hand, since it is a symlink rsync doesn't seem to be happy
taking just that directory as an arguemnt (files in it is fine) without
-L. For end users this shouldn't be an issue though, only for those
mirroring from us.

Both are there, you decide which one you want in the mirror listing.

/Mattias Wadenstein


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]