[opensuse-autoinstall] Local add-on during unattended upgrade to sles11sp2
Hi, I've got a couple of questions about Upgrading to SLES11SP2 using an autoyast file. I've got an add-on that is a local iso and have configured it using the xml below. <add-on> <add_on_products config:type="list"> <listentry> <media_url>iso:///?iso=software.iso&url=file:///mnt/var/local/install/</media_url> <ask_on_error config:type="boolean">false</ask_on_error> </listentry> </add_on_products> </add-on> Normally the iso is in /var/local/install but during Upgrade stage 1 its located at /mnt/var/local/install The problem occurs during Upgrade stage 2 as the iso is now back at /var/local/install The error that is displayed is "Cannot not access installation media". I would like to install packages during stage 1 and stage 2 from this iso. Is this possible? Am I configuring the path wrong in the autoyast xml? Thanks Greg -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (1)
-
Kent, Gregory