Mailinglist Archive: opensuse-autoinstall (28 mails)
| < Previous | Next > |
[opensuse-autoinstall] Problem with updating installation source with new RPMs on OpenSUSE 11.0
- From: Alan Keng <akeng@xxxxxxxx>
- Date: Tue, 19 Aug 2008 18:43:31 -0700
- Message-id: <200808191843.31500.akeng@xxxxxxxx>
Hi,
I am trying to add some RPMs from the oss repositoiy to the AutoYast
installation.
I used the following instructions:
Suppose the source resides in myInstallSource
./create_update_source.sh myInstallSource
cp -a myPackage-x86_64.rpm myInstallSource/updates/suse/x86_64
cd myInstallSource/updates/suse
create_package_descr -x setup/descr/EXTRA_PROV
cd setup/descr
ls > directory.yast
cd ../../..
create_sha1sums -x -n ./
And added following lines to the control XML file:
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>nfs://"Server IP"/myInstallSource/updates</media_url>
<product>SuSE-Linux-Updates</product>
<ask_on_error config:type="boolean">true</ask_on_error>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
I also added the following lines between the <general><signature-handling> …
</signature-handling></general> tags:
<signature-handling>
<accept_unsigned_file config:type=”boolean”>true</accept_unsigned_file>
<accept_file_without_checksum
config:type=”boolean”>true</accept_file_without_checksum>
<accept_verification_failed
config:type=”boolean”>true</accept_verification_failed>
<accept_unknown_gpg_key config:type=”boolean”>true</accept_unknown_gpg_key>
<import_gpg_key config:type=”boolean”>true</import_gpg_key>
</signature-handling>
I believe I got the NFS server all setup correctly because the control file is
also located on the NFS server.
During the installation, I got the "Add-on is not available via NFS" error:
"Please make the add-on "SuSE-Linux-Updates" available via "nfs://"Server
IP"/myInstallSource/updates"
Any one can help? What went wrong?
Thanks,
Alan
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I am trying to add some RPMs from the oss repositoiy to the AutoYast
installation.
I used the following instructions:
Suppose the source resides in myInstallSource
./create_update_source.sh myInstallSource
cp -a myPackage-x86_64.rpm myInstallSource/updates/suse/x86_64
cd myInstallSource/updates/suse
create_package_descr -x setup/descr/EXTRA_PROV
cd setup/descr
ls > directory.yast
cd ../../..
create_sha1sums -x -n ./
And added following lines to the control XML file:
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>nfs://"Server IP"/myInstallSource/updates</media_url>
<product>SuSE-Linux-Updates</product>
<ask_on_error config:type="boolean">true</ask_on_error>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
I also added the following lines between the <general><signature-handling> …
</signature-handling></general> tags:
<signature-handling>
<accept_unsigned_file config:type=”boolean”>true</accept_unsigned_file>
<accept_file_without_checksum
config:type=”boolean”>true</accept_file_without_checksum>
<accept_verification_failed
config:type=”boolean”>true</accept_verification_failed>
<accept_unknown_gpg_key config:type=”boolean”>true</accept_unknown_gpg_key>
<import_gpg_key config:type=”boolean”>true</import_gpg_key>
</signature-handling>
I believe I got the NFS server all setup correctly because the control file is
also located on the NFS server.
During the installation, I got the "Add-on is not available via NFS" error:
"Please make the add-on "SuSE-Linux-Updates" available via "nfs://"Server
IP"/myInstallSource/updates"
Any one can help? What went wrong?
Thanks,
Alan
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |