Hallo, i get the following error again and again. I want add certain rpm Pakets to an add_on folder and the autoinstaller complains about Invalid URL. I could create the add_on part with the autoyast wizard. The error: Yast2 Fehler: Zusatzprodukt konnte nich hinzugefügt werden less /var/log/Yast2/y2log [..]Source_Create.cc(SourceCreateEx):593 Invalid URL: Das URL-Schema ist eine erforderliche Komponente [...] /etc/exports: /installation/repository *(rw,no_root_squash,sync,no_subtree_check) /installation/autoinstall *(ro,no_root_squash,sync,no_subtree_check) /installation/repository/OpenSuSE110/CD1 *(rw,no_root_squash,sync,no_subtree_check) /installation/repository/OpenSuSE110/CD1/updates *(rw,no_root_squash,sync,no_subtree_check) /installation/repository/OpenSuSE110/distribution/11.0/repo/non-oss *(rw,no_root_squash,sync,no_subtree_check) /installation/repository/OpenSuSE110/distribution/11.0/repo/oss *(rw,no_root_squash,sync,no_subtree_check) /installation/repository/OpenSuSE110/update/11.0 *(rw,no_root_squash,sync,no_subtree_check) The Folder /installation/repository/OpenSuSE110/CD1/updates was created like on the homepage http://www.suse.com/~ug/ create_update_source.sh /installation/repository/OpenSuSE110/CD1 cd /installation/repository/OpenSuSE110/CD1 cp -a /installation/packages/vmware-server-1.06/VMware-server-1.0.6-91891.i386.rpm updates/suse/i386 cd updates/suse create_package_descr -x setup/descr/EXTRA_PROV cd setup/descr ls > directory.yast # the following two steps are required since openSUSE 11.0 cd ../../.. create_sha1sums -x -n ./ The /installation/repository/OpenSuSE110/CD1/updates/content file looks like this: PRODUCT openSUSE Updates VERSION 11.0 DISTPRODUCT SuSE-Linux-Updates TYPE base VENDOR SUSE LINUX Products GmbH, Nuernberg, Germany RELNOTESURL http://www.suse.com/relnotes/i386/openSUSE/11.0/release-notes-openSUSE.rpm ARCH.x86_64 x86_64 i686 i586 i486 i386 noarch ARCH.i686 i686 i586 i486 i386 noarch ARCH.i586 i586 i486 i386 noarch ARCH.i486 i486 i386 noarch ARCH.i386 i386 noarch DEFAULTBASE i586 REQUIRES openSUSE-release = 11.0 pattern:basesystem PROVIDES product:openSUSE = 11.0 OBSOLETES product:SUSE_LINUX product:openSUSE < 11.0 package:openSUSE < 11.0 LINGUAS cs da de en en_GB en_US es fi fr hu it ja nb nl pl pt pt_BR ru sv zh zh_CN zh_TW SHORTLABEL oS 11.0 LABEL openSUSE 11.0 LABEL.de openSUSE 11.0 DESCRDIR suse/setup/descr DATADIR suse FLAGS update LANGUAGE en_US Following the autoyast.xml part <add-on> <add_on_products config:type="list" > <signature-handling > <accept_file_without_checksum config:type="boolean"
true</accept_file_without_checksum> <accept_non_trusted_gpg_key config:type="boolean" true</accept_non_trusted_gpg_key> <accept_unknown_gpg_key config:type="boolean" true</accept_unknown_gpg_key> <accept_unsigned_file config:type="boolean" >true</accept_unsigned_file> <accept_verification_failed config:type="boolean" true</accept_verification_failed> <import_gpg_key config:type="boolean" >true</import_gpg_key> </signature-handling> <listentry >
<media_url>nfs://192.168.0.2/installation/repository/OpenSuSE110/CD1/updates</media_url> <product>SuSE-Linux-Updates</product> <product_dir>/</product_dir> </listentry> </add_on_products> </add-on> <software > <packages config:type="list" > <package >autoyast2-installation</package> <package >autoyast2</package> <package >VMware-server</package> </packages> <patterns config:type="list" > <pattern >base</pattern> <pattern >enhanced_base</pattern> <pattern >enhanced_base_opt</pattern> <pattern >fonts</pattern> <pattern >fonts_opt</pattern> <pattern >sw_management</pattern> <pattern >x11</pattern> <pattern >x11_opt</pattern> <pattern >x11_yast</pattern> <pattern >xfce</pattern> <pattern >yast2_basis</pattern> <pattern >yast2_install_wf</pattern> </patterns> </software> -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org