[opensuse-factory] SPAM: makeSUSEdvd error
hi: I used makeSUSEdvd to combine the 5cds to one dvd. But it show No catalog found at 'cd:///?devices%3d%2fdev%2fhdb'. . Error: No proposal when selecting software. I followed the former archive in this maillist to modify content* ,media.1/product* and gpg*.asc , but it shows that there is a installkey.gpg file in boot/i386/loader/initrd which prevents installation program to trust the modified content and media.1/product file. I replaced the installkey.gpg by /root/.gnupg/pubring.gpg, and rebuild initrd & dvd, but it failed when load boot/i386/boot ( I used ftp installation)
On Tue, Jul 04, 2006 at 05:20:56PM +0800, James Li wrote:
hi: I used makeSUSEdvd to combine the 5cds to one dvd. But it show
No catalog found at 'cd:///?devices%3d%2fdev%2fhdb'. . Error: No proposal
when selecting software.
Looks as if you don'y use the latest version. 0.34 works with all versions, including the SLES and SLED beta's -- This space left blank intentionaly --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory-help@opensuse.org
houghi wrote:
On Tue, Jul 04, 2006 at 05:20:56PM +0800, James Li wrote:
hi: I used makeSUSEdvd to combine the 5cds to one dvd. But it show
No catalog found at 'cd:///?devices%3d%2fdev%2fhdb'. . Error: No proposal
when selecting software.
Looks as if you don'y use the latest version. 0.34 works with all versions, including the SLES and SLED beta's
Houghi, I know I ask much :-), but does makeSUSEdvd work with _live_ dvd? thanks jdd -- http://www.dodin.net http://dodin.org/galerie_photo_web/expo/index.html http://lucien.dodin.net http://fr.susewiki.org/index.php?title=Gérer_ses_photos --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory-help@opensuse.org
On Tue, Jul 04, 2006 at 04:55:12PM +0200, jdd wrote:
houghi wrote:
On Tue, Jul 04, 2006 at 05:20:56PM +0800, James Li wrote:
hi: I used makeSUSEdvd to combine the 5cds to one dvd. But it show
No catalog found at 'cd:///?devices%3d%2fdev%2fhdb'. . Error: No proposal
when selecting software.
Looks as if you don'y use the latest version. 0.34 works with all versions, including the SLES and SLED beta's
Houghi, I know I ask much :-), but does makeSUSEdvd work with _live_ dvd?
I have not tried it. understand that makeSUSEdvd is just a wrap around create_package_descr. It might be a big wrap (1300+ lines in 0.35 Beta and counting, compared to 998 in 0.34) but all it does is copy the stuff from the ISOs and run create_package_descr on that, then turn the result into an ISO again. create_package_descr is to get the data from the RPM's and turn that into data that the YaST installer can work with. With the answer about the EULA and this combines, I found the line "description"=>"Des","notice"=>"Ins","delnotice"=>"Del" in create_package_descr. Cool, now I can add a warning when people want to delete makeSUSEdvd. :-) -- This space left blank intentionaly --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory-help@opensuse.org
On Tue, Jul 04, 2006 at 05:32:50PM +0200, houghi wrote:
Houghi, I know I ask much :-), but does makeSUSEdvd work with _live_ dvd?
I have not tried it. understand that makeSUSEdvd is just a wrap around create_package_descr.
I looked at it and there would be no advantage of using makeSUSEdvd. Even if it could work, it would make a DVD iso from a dvd iso. No added value. Below the complete directory structure: /mnt/2/ |-- boot.catalog |-- bootlogo |-- bootspl.inc | |-- 16x16.fnt | |-- back.jpg | |-- kroete.dat | |-- text1.pcx | |-- text2a.pcx | |-- text2b.pcx | |-- text2c.pcx | |-- text3.pcx | |-- text4a.pcx | |-- text4b.pcx | |-- text4c.pcx | |-- timer_a.jpg | `-- welcome.jpg |-- cloop.img |-- gfxboot.cfg |-- initrd.gz |-- isolinux.bin |-- isolinux.cfg |-- media.1 | `-- media |-- txtmsg `-- vmlinuz No rpm files that can be usefull. -- This space left blank intentionaly --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory-help@opensuse.org
houghi wrote:
On Tue, Jul 04, 2006 at 05:32:50PM +0200, houghi wrote:
Houghi, I know I ask much :-), but does makeSUSEdvd work with _live_ dvd?
I have not tried it. understand that makeSUSEdvd is just a wrap around create_package_descr.
I looked at it and there would be no advantage of using makeSUSEdvd. Even if it could work, it would make a DVD iso from a dvd iso. No added value. Below the complete directory structure:
of course, I meant opening the loop image and working in it (adding or deleting rpms) but I guess we need some more info about the live dvd building :-) jdd -- http://www.dodin.net http://dodin.org/galerie_photo_web/expo/index.html http://lucien.dodin.net http://fr.susewiki.org/index.php?title=Gérer_ses_photos --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory-help@opensuse.org
jdd wrote:
but I guess we need some more info about the live dvd building :-)
may be it's enough to work in two passes, one for the included iso and the other for the live cd? jdd -- http://www.dodin.net http://dodin.org/galerie_photo_web/expo/index.html http://lucien.dodin.net http://fr.susewiki.org/index.php?title=Gérer_ses_photos --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory-help@opensuse.org
On Tue, Jul 04, 2006 at 07:42:17PM +0200, jdd wrote:
jdd wrote:
but I guess we need some more info about the live dvd building :-)
may be it's enough to work in two passes, one for the included iso and the other for the live cd?
Wether or not this is posstible has nothing to do with makeSUSEdvd anymore. Also I see no RPMs. As I already have deleted the live DVD, I can't look in the *.img anymore. If you are interested, have fun and send me the patch. I have no interest in it, so I won't be looking for it. -- This space left blank intentionaly --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory-help@opensuse.org
participants (3)
-
houghi
-
James Li
-
jdd