cvs commit to debian-cd/tools/boot/potato by 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 *REQUIRES* the mkisofs from woody, potato's will not work. don't make HFS images for CDs > 1, its not needed. I will have someone test this to ensure it works asap. Files: changed:boot-powerpc post-boot-powerpc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cvs commit to debian-cd/tools/boot/potato by eb
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 do as we always have, if mkisofs add > args: -hfs-bless $n/install/powermac. note this *REQUIRES* the > mkisofs from woody, potato's will not work. actually i think this won't work, because a variable inside mkiso_opts won't get expanded... is there any way the boot-* script can know what the master root is? the argument to -hfs-bless must be the directory to be blessed *as seen by mkisofs* so if CD root will be master/ we have to use -hfs-bless master/install/powermac. any suggestions on how to do this? -- Ethan Benson http://www.alaska.net/~erbenson/ PGP signature
No Subject
Salve, Con DirectLine potrai riferirti ad un unico operatore per tutte le tue chiamate urbane, interurbane, internazionali e verso cellulari a tariffe MAI VISTE... Segnalando il servizio ai tuoi amici, arriverai ad eliminare del tutto la bolletta telefonica, e se gli amici sono tanti... potrai addirittura guadagnare denaro! la DirectLine è lieto di annunciarLe nuovi ribassi di tariffe in vigore dal 1 Maggio 2001 NUOVE TARIFFE IN VIGORE DAL 1 Maggio 2001 +--+---+-+ | Destinazione| Fascia | Fascia | | |Ord. | Rid.| +--+---+-+ |Italia " Urbano " | 50 | 40 | |Italia " Inter. " | 85 | 70 | |Italia Cell. | 450 | 450| +--+---+-+ TUTTE LE TARIFFE ELENCATE SONO TASSE COMPRESE ! IL GIRO DEL MONDO CON POCHE LIRE +--+---+ | Destinazione| Tariffa | | | al min/Lre| +--+---+ |Francia | 170 | |Germania | 170 | |Grecia| 399 | |Hong Kong | 349 | |Ungheria | 349 | |Irelanda | 170 | |Israele | 539 | |Giappone | 349 | |Korea del Sud | 399 | |Olanda| 259 | |Filippine | 1049| |Polonia | 500 | |Portogallo| 419 | |Spain | 170 | |Svizzera | 170 | |U.S.A | 170 | |UK| 170 | |Venezula | 699 | |Canada| 170 | |Brazil| 699 | |Argentina | 699 | +--+---+ per visualizzare la tabella, impostare il carattere Courier INOLTRE SONO PREVISTE SCONTI APPLICABILI SULLE DESTINAZIONI PIU' CHIAMATE TUTTE LE TARIFFE ELENCATE SONO TASSE COMPRESE ! Cordiali saluti ISCRIZIONE - Per iscrizione al servzio invia un messaggio a : mailto:[EMAIL PROTECTED]?Subject=SIGN-UP ed indicato il suo recapito telefonico ed sarete contattati °° ° DirectLine° ° NUMERO VERDE 800 787085 ° ° NUMERO VERDE 800 787086 ° ° mailto:[EMAIL PROTECTED]° °° +-+ |Questo messaggio e' stato inviato in seguito alla vostra | |iscrizione alla newsletter e se pertanto | |non avete richiesto informazioni al rigurado c'e' la possibilita'| |che qualcuno abbia inserito in errore il suo indirizzo email | | | +-+ Per cancellarVi dalla lista mandateci un e-mail all`indirizzo: mailto:[EMAIL PROTECTED]?Subject=cancel ed invia l'email Volete ricevere in futuro maggiori informazioni via email ? mailto:[EMAIL PROTECTED]?Subject=informazioni directline ed sarete contattati FINE NEWSLETTER dULTRA_v01.1_0614 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cvs commit to debian-cd/tools/boot/potato by eb
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 root is? > the argument to -hfs-bless must be the directory to be blessed *as > seen by mkisofs* so if CD root will be master/ we have to use > -hfs-bless master/install/powermac. Yes, the directory is always CD ... just check in the Makefile how mkisofs is called (target bin-images). Cheers -- Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/ Le bouche à oreille du Net : http://www.beetell.com Naviguez sans se fatiguer à chercher : http://www.deenoo.com Formation Linux et logiciel libre : http://www.logidee.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-cd by hertzog
Repository: debian-cd who:hertzog time: Thu Jun 14 14:05:36 PDT 2001 Log Message: * Fix the STUPID bugs I introduced recently (hopefully). Files: changed:Makefile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-cd/tasks by hertzog
Repository: debian-cd/tasks who:hertzog time: Thu Jun 14 14:05:36 PDT 2001 Log Message: * Fix the STUPID bugs I introduced recently (hopefully). Files: changed:base-woody -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cvs commit to debian-cd/tools/boot/potato by eb
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 image ... yes, what i was thinking i could do was add: -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). > > is there any way the boot-* script can know what the master root is? > > the argument to -hfs-bless must be the directory to be blessed *as > > seen by mkisofs* so if CD root will be master/ we have to use > > -hfs-bless master/install/powermac. > > Yes, the directory is always CD ... just check in the Makefile how > mkisofs is called (target bin-images). ok ill look at it some more.. -- Ethan Benson http://www.alaska.net/~erbenson/ PGP signature
Re: cvs commit to debian-cd/tools/boot/potato by eb
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 expanded. Provided that you use "" and not ''. And it's $N (upper case) in your file... BTW, you commited changes only tools/boot/potato/ ? Is that what you wanted to do ? Didn't you want to change the woody one ? Anyway, I think that the change for potato won't hurt (since we use an older debian-cd for generating potato official images). But please, do the same change to the woody version ... I'd like to release a new version of debian-cd soon so if you could commit your last changes that'd be cool. Cheers, -- Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/ Le bouche à oreille du Net : http://www.beetell.com Naviguez sans se fatiguer à chercher : http://www.deenoo.com Formation Linux et logiciel libre : http://www.logidee.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-cd/tools/boot/potato by 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 PROTECTED]
cvs commit to debian-cd/tools/boot/woody by eb
Repository: debian-cd/tools/boot/woody who:eb time: Thu Jun 14 16:58:11 PDT 2001 Log Message: add post-boot-powerpc so mkhybrid will work too. Files: added: post-boot-powerpc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-cd/tools/boot/woody by eb
Repository: debian-cd/tools/boot/woody who:eb time: Thu Jun 14 16:57:10 PDT 2001 Log Message: replace woody/boot-powerpc with potato/boot-powerpc. it appears to be an old noop version. this might still need a tweak for woody. Files: changed:boot-powerpc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cvs commit to debian-cd/tools/boot/potato by eb
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 i can't make a full mirror). > > It will, I don't see why it wouldn't get expanded. Provided that you use > "" and not ''. And it's $N (upper case) in your file... yes i got it right now. there are too many variables to keep track of ;-) > BTW, you commited changes only tools/boot/potato/ ? Is that what you > wanted to do ? Didn't you want to change the woody one ? 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 affected by the pool? or are CDs still organized in the old dists/codename/binary-$arch structure? > Anyway, I think that the change for potato won't hurt (since we use an > older debian-cd for generating potato official images). But please, do the > same change to the woody version ... yes i will fix that one as well. so for potato images do you use the debian-cd that uses mkhybrid? > I'd like to release a new version of debian-cd soon so if you could commit > your last changes that'd be cool. ok, when i looked at the woody file they were totally different and didn't appear that they ever would work. i think just using the potato version should probably work, unless the yaboot.deb is somewhere else. -- Ethan Benson http://www.alaska.net/~erbenson/ PGP signature
Re: cvs commit to debian-cd/tools/boot/potato by eb
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 affected by the pool? or are CDs still organized in the > old dists/codename/binary-$arch structure? CDs are affected by the pool. They always follow the FTP structure. > so for potato images do you use the debian-cd that uses mkhybrid? Yes I think so. Phil, can you confirm ? > ok, when i looked at the woody file they were totally different and > didn't appear that they ever would work. i think just using the > potato version should probably work, unless the yaboot.deb is > somewhere else. Yes, i'm not asking anything else. Keep them in sync if you don't need changes. Cheers, -- Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/ Le bouche à oreille du Net : http://www.beetell.com Naviguez sans se fatiguer à chercher : http://www.deenoo.com Formation Linux et logiciel libre : http://www.logidee.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]