[opensuse-autoinstall] add_on_products media_url DVD
Hi, I am trying to install custom packages using add_on_products. I am creating my own install dvd: - as a base SLES10 SP3 is used, - i copy the dvd to some directory DVD_REP, - then i create then updates directory stucture there with create_update_source.sh(http://www.suse.com/~ug/) - then i create new DVD with mkisofs -R DVD_REP(so updates directory is the same medium as SLES) - then I want to instruct autoyast.xml to take this into consideration, this should be present in add_on_products file on my DVD media_url [path_on_media [product_1 [product_2 [....]]] My question is: How should media_url look like, when my update source is on the same DVD as SLES10 SP3? Next question is where can I specify that my my_test.rpm should be installed, can I do it in software section <software> <packages config:type="list"> <package>my_test</package> </packages> </software> and installation process will search updates directory for this rpm? Regards, Vladimir Ondrus -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Thu, Jul 29, 2010 at 5:28 AM, Vladimir Ondrus <vladimir.ondrus@gmail.com> wrote:
media_url [path_on_media [product_1 [product_2 [....]]]
My question is: How should media_url look like, when my update source is on the same DVD as SLES10 SP3?
What a coincidence! I just asked the same question, except I'm using the <add-on> XML tag... :) I'm trying to do this on SLES11 SP1. -- -- Erico -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
2010/7/29 Erico Mendonça <erico.mendonca@gmail.com>:
On Thu, Jul 29, 2010 at 5:28 AM, Vladimir Ondrus <vladimir.ondrus@gmail.com> wrote:
media_url [path_on_media [product_1 [product_2 [....]]]
My question is: How should media_url look like, when my update source is on the same DVD as SLES10 SP3?
What a coincidence! I just asked the same question, except I'm using the <add-on> XML tag... :) I'm trying to do this on SLES11 SP1.
Answering to my own question: The correct media URL is cd:///repodir, where "repodir" is the directory where your repository was copied on the installation media. Also note that even so you will get an error, because your repo is probably not signed (mine isn't yet). For now I added these tags to the <add-on> section (inside the corresponding <listentry>): <signature-handling> <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_verification_failed config:type="boolean">true</accept_verification_failed> </signature-handling> -- -- Erico -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi, Thanks for info. How will URL look like in case I want to install via USB(when I create bootable USB with syslinux)? Regards, Vladimir 2010/7/29 Erico Mendonça <erico.mendonca@gmail.com>:
2010/7/29 Erico Mendonça <erico.mendonca@gmail.com>:
On Thu, Jul 29, 2010 at 5:28 AM, Vladimir Ondrus <vladimir.ondrus@gmail.com> wrote:
media_url [path_on_media [product_1 [product_2 [....]]]
My question is: How should media_url look like, when my update source is on the same DVD as SLES10 SP3?
What a coincidence! I just asked the same question, except I'm using the <add-on> XML tag... :) I'm trying to do this on SLES11 SP1.
Answering to my own question:
The correct media URL is cd:///repodir, where "repodir" is the directory where your repository was copied on the installation media.
Also note that even so you will get an error, because your repo is probably not signed (mine isn't yet). For now I added these tags to the <add-on> section (inside the corresponding <listentry>):
<signature-handling> <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_verification_failed config:type="boolean">true</accept_verification_failed> </signature-handling>
-- -- Erico -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
2010/7/29 Vladimir Ondrus <vladimir.ondrus@gmail.com>:
Thanks for info. How will URL look like in case I want to install via USB(when I create bootable USB with syslinux)?
Never tried autoyast with USB, but I believe there is a usb:// URL. Have you tried that? -- -- Erico -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Thursday 29 July 2010 Vladimir Ondrus wrote:
How will URL look like in case I want to install via USB(when I create bootable USB with syslinux)?
relurl:/// should work. It looks on the installation source. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: "Supremacy" by mind.in.a.box -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (3)
-
Erico Mendonça
-
Uwe Gansert
-
Vladimir Ondrus