cvs commit to debian-cd/tools/boot/potato by eb

2001-06-16 Thread eb
Repository: debian-cd/tools/boot/potato who:eb time: Sat Jun 16 05:24:58 PDT 2001 Log Message: make yaboot extraction pool compatible Files: changed:boot-powerpc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-16 Thread Raphael Hertzog
Le Fri, Jun 15, 2001 at 02:48:49PM -0800, Ethan Benson écrivait: > this sounds perfect. i presume it will only output information about > the yaboot in the distribution for which the CD is being created for? > > that is if one is building potato CDs only information on the pototo > version of ya

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-15 Thread Ethan Benson
On Fri, Jun 15, 2001 at 05:04:39PM +0200, Raphael Hertzog wrote: > You may use : > $BASEDIR/tools/apt-selection cache show yaboot > > And you can extract the filename from the Filename: field ... > > Then the package is in $MIRROR/$filename this sounds perfect. i presume it will only output i

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-15 Thread Raphael Hertzog
Le Fri, Jun 15, 2001 at 12:17:23AM -0800, Ethan Benson écrivait: > here is the relevant brokeness: > > # Extract yaboot from the archive > if [ -z "$YABOOT_DEBUG" ]; then > (ar p $MIRROR/dists/$CODENAME/main/binary-powerpc/base/yaboot_* data.tar.gz | \ > tar zxf - -C powermac ./usr/lib/y

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-15 Thread Ethan Benson
On Fri, Jun 15, 2001 at 08:46:32AM +0200, Raphael Hertzog wrote: > Le Thu, Jun 14, 2001 at 03:47:16PM -0800, Ethan Benson écrivait: > > the woody one is unimplemented right now, the only part of the potato > > version that i might need changing is the yaboot binary extraction. > > currently it loo

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-14 Thread Raphael Hertzog
Le Thu, Jun 14, 2001 at 03:47:16PM -0800, Ethan Benson écrivait: > the woody one is unimplemented right now, the only part of the potato > version that i might need changing is the yaboot binary extraction. > currently it looks for a deb under binary-powerpc/base/yaboot*.deb > will this be affecte

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-14 Thread Ethan Benson
On Fri, Jun 15, 2001 at 01:22:30AM +0200, Raphael Hertzog wrote: > Le Thu, Jun 14, 2001 at 02:25:53PM -0800, Ethan Benson écrivait: > > -hfs-bless CD$n (litterally) to the .mkisofs_opts file. i don't > > think that the $n part will get expanded though in hindsight.. (i > > can't test this because

cvs commit to debian-cd/tools/boot/potato by eb

2001-06-14 Thread eb
Repository: debian-cd/tools/boot/potato who:eb time: Thu Jun 14 16:41:56 PDT 2001 Log Message: really fix bootable CD problem. i hope Files: changed:boot-powerpc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-14 Thread Raphael Hertzog
Le Thu, Jun 14, 2001 at 02:25:53PM -0800, Ethan Benson écrivait: > -hfs-bless CD$n (litterally) to the .mkisofs_opts file. i don't > think that the $n part will get expanded though in hindsight.. (i > can't test this because i can't make a full mirror). It will, I don't see why it wouldn't get

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-14 Thread Ethan Benson
On Thu, Jun 14, 2001 at 04:50:31PM +0200, Raphael Hertzog wrote: > Le Thu, Jun 14, 2001 at 03:59:54AM -0800, Ethan Benson écrivait: > > actually i think this won't work, because a variable inside mkiso_opts > > won't get expanded... > > Expand it before ? There's a single .mkisofs_opts file per

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-14 Thread Raphael Hertzog
Le Thu, Jun 14, 2001 at 03:59:54AM -0800, Ethan Benson écrivait: > actually i think this won't work, because a variable inside mkiso_opts > won't get expanded... Expand it before ? There's a single .mkisofs_opts file per image ... > is there any way the boot-* script can know what the master r

Re: cvs commit to debian-cd/tools/boot/potato by eb

2001-06-14 Thread Ethan Benson
On Thu, Jun 14, 2001 at 02:41:02AM -0700, [EMAIL PROTECTED] wrote: > Repository: debian-cd/tools/boot/potato > who:eb > time: Thu Jun 14 02:41:02 PDT 2001 > > > Log Message: > > hopefully fix powermac bootable CD problem, check whether mkhybrid or > mkisofs is used, if mkhybrid d

cvs commit to debian-cd/tools/boot/potato by eb

2001-06-14 Thread eb
Repository: debian-cd/tools/boot/potato who:eb time: Thu Jun 14 02:41:02 PDT 2001 Log Message: hopefully fix powermac bootable CD problem, check whether mkhybrid or mkisofs is used, if mkhybrid do as we always have, if mkisofs add args: -hfs-bless $n/install/powermac. note this