Re: [SLE] Where does yast keep its list of installation sources? [SOLVED]



On Monday 27 February 2006 12:24, Brad Bourn wrote:
You can use Yast itself to import/export...

http://www.novell.com/coolsolutions/tools/16683.html

Thanks Brad, great tip.

The "export" script on the page Brad links to boils down to:

installation_sources -s | while read line; do line="${line##*(}"; echo
${line%%)*}; done | sed '/Installation Sources/d'

And there's an import script too; how convenient.


--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx



Relevant Pages