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

  • Parsing Large Unformatted ASCII data in segments
    ... Running out of memory on large unformatted ASCII text files. ... My current script essentially boils down to: ...
    (comp.soft-sys.matlab)
  • Re: Create and Dispose dynamic content
    ... then dispose of a text file. ... A script will generate a text file using the standard I/O functions and then present a link so the user can right-click and download. ... I suppose it boils down to is there a way to write a script that gets executed when a session ends whether the user explicitly logged out or not. ...
    (comp.lang.php)
  • Create and Dispose dynamic content
    ... then dispose of a text file. ... A script will generate a text file using ... explicitly logoff. ... I suppose it boils down to is there a way to write ...
    (comp.lang.php)
  • Re: Puzzler For You.
    ... I have constructed a script that boils down to a text file that ... I want to write a script that performs ... > wget $ipaddr ...
    (comp.os.linux.misc)