Contents |
An Online Install Site is a web site accessed by SLES/SLED 10 utilities to install third-party software. Customers may use online install sites during the SLES installation (by selecting "Add-on Product" on an installation screen) or after a system is installed (by using the YaST "Add-on Product" utility).
Partners who request driver kits using the Driver Process Build Service will be provided with an online install site as part of their driver kit. Partners who wish to create their own driver kits may follow the instructions on this page to create their own online install site.
Please note that, for the purposes of the Driver Process, an online install site is different from and online update site: Driver Process online install sites are YaST repositories, whereas Driver Process online update sites are YUM repositories containing patches.
Please see Driver Process Terminology.
<staging>/
media.1/
suse/
i386/
i486/
.
.
.
setup/
descr/
SUSE Linux Products GmbH
20060505000500
1
/ product_1_name
product_2_directory product_2_name
product_3_directory product_3_name
.
.
.
PRODUCT x1000_8.0.0_SLE10_GA_driver_kit
VERSION 1.0
DISTPRODUCT test-x1000-GA
DISTVERSION 8.0.0
VENDOR Novell, Inc.
LABEL test-x1000 GA add-on
REQUIRES sles-release-10
ARCH.i586 i586 i486 i386 noarch
ARCH.i486 i486 i386 noarch
ARCH.i386 i386 noarch
DEFAULTBASE i586
DESCRDIR suse/setup/descr
DATADIR suse
UPDATEURLS http://testserver.test.com/testdir
META SHA1 04ef39995b65f02d81d6e1cc22fffda5c3a2a40e MD5SUMS
META SHA1 b8b7146ce7b1e957bec2978ecaa38078db400ce5 pacakges
META SHA1 12ee25db081bf57beaef32b798262a18f9242216 packages.DU
.
.
.
PRODUCT x1000_8.0.0_SLE10_SP_driver_kit
VERSION 1.1
DISTPRODUCT test-x1000-SP1
DISTVERSION 8.0.0
VENDOR Novell, Inc.
LABEL test-x1000 SP1 add-on
REQUIRES sles-release-10-sp1
OBSOLETES product:x1000_8.0.0_SLE10_GA_driver_kit < 1.1
ARCH.i586 i586 i486 i386 noarch
ARCH.i486 i486 i386 noarch
ARCH.i386 i386 noarch
DEFAULTBASE i586
DESCRDIR suse/setup/descr
DATADIR suse
UPDATEURLS http://testserver.test.com/sp1_testdir
META SHA1 04ef39995b65f02d81d6e1cc22fffda5c3a2a40e MD5SUMS
META SHA1 b8b7146ce7b1e957bec2978ecaa38078db400ce5 pacakges
META SHA1 12ee25db081bf57beaef32b798262a18f9242216 packages.DU
.
.
.
If you do not already have an established key, create one:
gpg -q --gen-key
MY_KEY=$( gpg --list-secret-keys | grep "^sec"|sed -e 's/.*\///;s/ .*//g;' | tail -n 1 )
gpg --detach-sign -u "$MY_KEY" -a content
gpg --export -a -u "$MY_KEY" > content.key
gpg --detach-sign -u "$MY_KEY" -a media.1/products
gpg --export -a -u "$MY_KEY" > media.1/products.key
gpg --export -a -u "$MY_KEY" > gpg-pubkey-MY_KEY.asc
© 2009 Novell, Inc. All Rights Reserved.